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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶉溽鶉溽 | 1110101001000111100111111110011111101010010001111001111111100111 | ea479fe7ea479fe7 |
EUC-JP | 鶉溽鶉溽 | 1111001110101000110111101110100111110011101010001101111011101001 | f3a8dee9f3a8dee9 |
UTF-8 | 鶉溽鶉溽 | 111010011011011010001001111001101011101010111101111010011011011010001001111001101011101010111101 | e9b689e6babde9b689e6babd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)