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 | 嗜羔 | 10011010011011101110001110110100 | 9a6ee3b4 |
EUC-JP | 嗜羔 | 11010011110011111110011010110110 | d3cfe6b6 |
UTF-8 | 嗜羔 | 111001011001011110011100111001111011111010010100 | e5979ce7be94 |
UHC | 嗜羔 | 11010000111011101100110111000100 | d0eecdc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)