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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 椀嗔 | 10011000011011111001101001110000 | 986f9a70 |
EUC-JP | 椀嗔 | 11001111110100001101001111010001 | cfd0d3d1 |
UTF-8 | 椀嗔 | 111001101010010010000000111001011001011110010100 | e6a480e59794 |
UHC | 椀嗔 | 11101000110010101111001011000111 | e8caf2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)