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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 迚セ辷サB | 11100111100010011011111011100111100010001011101101000010 | e789bee788bb42 |
EUC-JP | 迚セ辷サB | 111011011110100110001110101111101110110111101000100011101011101101000010 | ede98ebeede88ebb42 |
UTF-8 | 迚セ辷サB | 11101000101111111001101011101111101111011011111011101000101111101011011111101111101111011011101101000010 | e8bf9aefbdbee8beb7efbdbb42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)