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 | 闔撮 | 11101000100011101000111001000010 | e88e8e42 |
EUC-JP | 闔撮 | 11101111111011101011101110100011 | efeebba3 |
UTF-8 | 闔撮 | 111010011001011110010100111001101001001010101110 | e99794e692ae |
UHC | 闔撮 | 11111001111011111111010111001001 | f9eff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)