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 | 廛遁 | 10011100010001001001001111011001 | 9c4493d9 |
EUC-JP | 廛遁 | 11010111101001011100011011011011 | d7a5c6db |
UTF-8 | 廛遁 | 111001011011101110011011111010011000000110000001 | e5bb9be98181 |
UHC | 廛遁 | 11101110111110001101010011101101 | eef8d4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)