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 | 槽堤 | 10010001100001011001001011100111 | 918592e7 |
EUC-JP | 槽堤 | 11000001111001011100010011101001 | c1e5c4e9 |
UTF-8 | 槽堤 | 111001101010011110111101111001011010000010100100 | e6a7bde5a0a4 |
UHC | 槽堤 | 11110000110010111111000010100111 | f0cbf0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)