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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 槽廬頃 | 100100011000010110011100010010011000110110100000 | 91859c498da0 |
EUC-JP | 槽廬頃 | 110000011110010111010111101010101011101010100010 | c1e5d7aabaa2 |
UTF-8 | 槽廬頃 | 111001101010011110111101111001011011101110101100111010011010000010000011 | e6a7bde5bbace9a083 |
UHC | 槽廬頃 | 111100001100101111010101111001101100110011110001 | f0cbd5e6ccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)