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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 引?引?^ | 10001000111110000011111110001000111110000011111101011110 | 88f83f88f83f5e |
EUC-JP | 引?引?^ | 10110000111110100011111110110000111110100011111101011110 | b0fa3fb0fa3f5e |
UTF-8 | 引벤引뱐^ | 11100101101111001001010111101011101100101010010011100101101111001001010111101011101100011001000001011110 | e5bc95ebb2a4e5bc95ebb1905e |
UHC | 引벤引뱐^ | 111011001101101010111010101001011110110011011010101110011111010001011110 | ecdabaa5ecdab9f45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)