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 | 闔撹 | 11101000100011101000101001101000 | e88e8a68 |
EUC-JP | 闔撹 | 11101111111011101011001111001001 | efeeb3c9 |
UTF-8 | 闔撹 | 111010011001011110010100111001101001001010111001 | e99794e692b9 |
UHC | 闔? | 111110011110111100111111 | f9ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)