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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邁ス鮟晉ケ | 1110011110110000101111011110100110111011100111011110011110111001 | e7b0bde9bb9de7b9 |
EUC-JP | 邁ス鮟晉ケ | 11101110101100101000111010111101111100101011110111011010111010011000111010111001 | eeb28ebdf2bddae98eb9 |
UTF-8 | 邁ス鮟晉ケ | 111010011000001010000001111011111011110110111101111010011010111010011111111001101001100110001001111011111011110110111001 | e98281efbdbde9ae9fe69989efbdb9 |
UHC | 邁?鮟晉? | 1101100011100100001111111110010011010101111100101100101100111111 | d8e43fe4d5f2cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)