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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 韜ゥ蜊 | 1110100011101001101010011110010110001101 | e8e9a9e58d |
EUC-JP | 韜ゥ蜊 | 111100001110101110001110101010011110100111101101 | f0eb8ea9e9ed |
UTF-8 | 韜ゥ蜊 | 111010011001111110011100111011111011110110101001111010001001110010001010 | e99f9cefbda9e89c8a |
UHC | 韜?? | 11010100101101110011111100111111 | d4b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)