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 | 聊 | 11110000111001111110001111010110 | f0e7e3d6 |
EUC-JP | ?聊 | 001111111110011011011000 | 3fe6d8 |
UTF-8 | 聊 | 111011101000001010100110111010001000000110001010 | ee82a6e8818a |
UHC | ?聊 | 001111111101011011111101 | 3fd6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)