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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 銓戊舶B | 11100111111100101001010111101000100101001001010101000010 | e7f295e8949542 |
EUC-JP | 銓戊舶B | 11101110111101001100101011101010110001111111010101000010 | eef4caeac7f542 |
UTF-8 | 銓戊舶B | 11101001100010101001001111100110100010001000101011101000100010001011011001000010 | e98a93e6888ae888b642 |
UHC | 銓戊舶B | 11101111101100001101100111100110110110101101110001000010 | efb0d9e6dadc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)