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 | 嗜鰻 | 10011010011011101000100101010110 | 9a6e8956 |
EUC-JP | 嗜鰻 | 11010011110011111011000110110111 | d3cfb1b7 |
UTF-8 | 嗜鰻 | 111001011001011110011100111010011011000010111011 | e5979ce9b0bb |
UHC | 嗜鰻 | 11010000111011101101100011000100 | d0eed8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)