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 | 瑙聊 | 11100000111011011110001111010110 | e0ede3d6 |
EUC-JP | 瑙聊 | 11100000111011111110011011011000 | e0efe6d8 |
UTF-8 | 瑙聊 | 111001111001000110011001111010001000000110001010 | e79199e8818a |
UHC | 瑙聊 | 11010010110001011101011011111101 | d2c5d6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)