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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冐瑚碍矍 | 1110001111101100100011001110100010001010010101101110000111011101 | e3ec8ce88a56e1dd |
EUC-JP | 冐瑚碍矍 | 1110011011101110101110001110101010110011101101111110001011011111 | e6eeb8eab3b7e2df |
UTF-8 | 冐瑚碍矍 | 111001011000011010010000111001111001000110011010111001111010001010001101111001111001111110001101 | e58690e7919ae7a28de79f8d |
UHC | ?瑚碍? | 001111111111101111010001111001001111010000111111 | 3ffbd1e4f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)