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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 驛??油?^ | 1110100110000011001111110011111110010110111110110011111101011110 | e9833f3f96fb3f5e |
EUC-JP | 驛??油?^ | 1111000111100011001111110011111111001100111111010011111101011110 | f1e33f3fccfd3f5e |
UTF-8 | 驛노뎿油쩯^ | 11101001101010011001101111101011100001011011100011101011100011101011111111100110101100101011100111101100101010011010111101011110 | e9a99beb85b8eb8ebfe6b2b9eca9af5e |
UHC | 驛노뎿油쩯^ | 1110011010111110101100111110101110001001100100101110101011111010101001010110010101011110 | e6beb3eb8992eafaa5655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)