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 | ??hTB | 0011111100111111011010000101010001000010 | 3f3f685442 |
SJIS-WIN | 顥hTB | 11111001101011101111101111110101011010000101010001000010 | f9aefbf5685442 |
EUC-JP | ?顥hTB | 00111111100011111110100010110110011010000101010001000010 | 3f8fe8b6685442 |
UTF-8 | 顥hTB | 111011101001110010001001111010011010000110100101011010000101010001000010 | ee9c89e9a1a5685442 |
UHC | ?顥hTB | 001111111111101111100010011010000101010001000010 | 3ffbe2685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)