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 | 谷洩 | 10010010010010101000100101101011 | 924a896b |
EUC-JP | 谷洩 | 11000011101010111011000111001100 | c3abb1cc |
UTF-8 | 谷洩 | 111010001011000010110111111001101011010010101001 | e8b0b7e6b4a9 |
UHC | 谷洩 | 11001101110110111110000011011101 | cddbe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)