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 | 10001101111000001001010111101000100101001001010101000010 | 8de095e8949542 |
EUC-JP | 財戊舶B | 10111010111000101100101011101010110001111111010101000010 | bae2caeac7f542 |
UTF-8 | 財戊舶B | 11101000101100101010000111100110100010001000101011101000100010001011011001000010 | e8b2a1e6888ae888b642 |
UHC | 財戊舶B | 11101110101011111101100111100110110110101101110001000010 | eeafd9e6dadc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)