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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 崧h崧 | 1111101010101111011010001111101010101111 | faaf68faaf |
EUC-JP | 崧h崧 | 10001111101110111100101001101000100011111011101111001010 | 8fbbca688fbbca |
UTF-8 | 崧h崧 | 11100101101101001010011101101000111001011011010010100111 | e5b4a768e5b4a7 |
UHC | 崧h崧 | 1110001011111110011010001110001011111110 | e2fe68e2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)