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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 瑤??W | 1110101010100010001111110011111101010111 | eaa23f3f57 |
EUC-JP | 瑤??W | 1111010010100100001111110011111101010111 | f4a43f3f57 |
UTF-8 | 瑤덌쉈W | 11100111100100011010010011101011100011011000110011101100100010011000100001010111 | e791a4eb8d8cec898857 |
UHC | 瑤덌쉈W | 11101000111111011000100011101111101111011010010101010111 | e8fd88efbda557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)