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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 鶯??h鶯?? | 111010011111001000111111001111110110100011101001111100100011111100111111 | e9f23f3f68e9f23f3f |
EUC-JP | 鶯??h鶯?? | 111100101111010000111111001111110110100011110010111101000011111100111111 | f2f43f3f68f2f43f3f |
UTF-8 | 鶯뺣젣h鶯뺣젣 | 11101001101101101010111111101011101110101010001111101100101000001010001101101000111010011011011010101111111010111011101010100011111011001010000010100011 | e9b6afebbaa3eca0a368e9b6afebbaa3eca0a3 |
UHC | 鶯뺣젣h鶯뺣젣 | 11100101101000111001010111101011101000001001110001101000111001011010001110010101111010111010000010011100 | e5a395eba09c68e5a395eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)