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 | ??TB | 00111111001111110101010001000010 | 3f3f5442 |
SJIS-WIN | 髮ィTB | 1110100110011011101010000101010001000010 | e99ba85442 |
EUC-JP | 髮ィTB | 111100011111101110001110101010000101010001000010 | f1fb8ea85442 |
UTF-8 | 髮ィTB | 1110100110101011101011101110111110111101101010000101010001000010 | e9abaeefbda85442 |
UHC | 髮?TB | 1101101110100101001111110101010001000010 | dba53f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)