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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 壹盤← | 100110101110001110010100110101011000000110101001 | 9ae394d581a9 |
EUC-JP | 壹盤← | 110101001110010111001000110101111010001010101011 | d4e5c8d7a2ab |
UTF-8 | 壹盤← | 111001011010001110111001111001111001101110100100111000101000011010010000 | e5a3b9e79ba4e28690 |
UHC | 壹盤← | 111011001110110011011010111011111010000111100111 | ececdaefa1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)