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 | 縒鼇 | 11100011011100101110101010000111 | e372ea87 |
EUC-JP | 縒鼇 | 11100101110100111111001111100111 | e5d3f3e7 |
UTF-8 | 縒鼇 | 111001111011100010010010111010011011110010000111 | e7b892e9bc87 |
UHC | ?鼇 | 001111111110100010101000 | 3fe8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)