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 | 纖燮 | 11100011100110011001100111010111 | e39999d7 |
EUC-JP | 纖燮 | 11100101111110011101001011011001 | e5f9d2d9 |
UTF-8 | 纖燮 | 111001111011101010010110111001111000011110101110 | e7ba96e787ae |
UHC | 纖燮 | 11100000111010011110000011110000 | e0e9e0f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)