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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶉溽鶉溽B | 111010100100011110011111111001111110101001000111100111111110011101000010 | ea479fe7ea479fe742 |
EUC-JP | 鶉溽鶉溽B | 111100111010100011011110111010011111001110101000110111101110100101000010 | f3a8dee9f3a8dee942 |
UTF-8 | 鶉溽鶉溽B | 11101001101101101000100111100110101110101011110111101001101101101000100111100110101110101011110101000010 | e9b689e6babde9b689e6babd42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)