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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 邁ス鮟晁§ | 111001111011000010111101111010011011101110011101111010001000000110011000 | e7b0bde9bb9de88198 |
EUC-JP | 邁ス鮟晁§ | 11101110101100101000111010111101111100101011110111011010111010101010000111111000 | eeb28ebdf2bddaeaa1f8 |
UTF-8 | 邁ス鮟晁§ | 1110100110000010100000011110111110111101101111011110100110101110100111111110011010011001100000011100001010100111 | e98281efbdbde9ae9fe69981c2a7 |
UHC | 邁?鮟晁§ | 110110001110010000111111111001001101010111110000110001011010000111010111 | d8e43fe4d5f0c5a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)