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 | ??D??TB | 00111111001111110100010000111111001111110101010001000010 | 3f3f443f3f5442 |
SJIS-WIN | 嶸ャD嶸ッTB | 111110101011010010101100010001001111101010110100101011110101010001000010 | fab4ac44fab4af5442 |
EUC-JP | 嶸ャD嶸ッTB | 10001111101110111111010010001110101011000100010010001111101110111111010010001110101011110101010001000010 | 8fbbf48eac448fbbf48eaf5442 |
UTF-8 | 嶸ャD嶸ッTB | 111001011011011010111000111011111011110110101100010001001110010110110110101110001110111110111101101011110101010001000010 | e5b6b8efbdac44e5b6b8efbdaf5442 |
UHC | 嶸?D嶸?TB | 111001111010111000111111010001001110011110101110001111110101010001000010 | e7ae3f44e7ae3f5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)