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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 彫~ | 100100101010010001111110 | 92a47e |
EUC-JP | 彫~ | 110001001010011001111110 | c4a67e |
UTF-8 | 彫~ | 11100101101111011010101101111110 | e5bdab7e |
UHC | 彫~ | 111100001100000101111110 | f0c17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)