To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???瑤? | 001111110011111100111111111010101010001000111111 | 3f3f3feaa23f |
EUC-JP | ???瑤? | 001111110011111100111111111101001010010000111111 | 3f3f3ff4a43f |
UTF-8 | 廉양쐞瑤늟 | 111011111010011010100010111011001001011010010001111011001001000010011110111001111001000110100100111010111000101010011111 | efa6a2ec9691ec909ee791a4eb8a9f |
UHC | 廉양쐞瑤늟 | 11100110111101011011111011100111100111001000010011101000111111011000100001101011 | e6f5bee79c84e8fd886b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)