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 | 冐瑚碍 | 111000111110110010001100111010001000101001010110 | e3ec8ce88a56 |
EUC-JP | 冐瑚碍 | 111001101110111010111000111010101011001110110111 | e6eeb8eab3b7 |
UTF-8 | 冐瑚碍 | 111001011000011010010000111001111001000110011010111001111010001010001101 | e58690e7919ae7a28d |
UHC | ?瑚碍 | 0011111111111011110100011110010011110100 | 3ffbd1e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)