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 | 栓訥 | 10010000111100001110011001100011 | 90f0e663 |
EUC-JP | 栓訥 | 11000000111100101110101111000100 | c0f2ebc4 |
UTF-8 | 栓訥 | 111001101010000010010011111010001010100010100101 | e6a093e8a8a5 |
UHC | 栓訥 | 11101110111110111101001011101101 | eefbd2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)