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 | 韲韜獺 | 111010001110110011101000111010011110000011011010 | e8ece8e9e0da |
EUC-JP | 韲韜獺 | 111100001110111011110000111010111110000011011100 | f0eef0ebe0dc |
UTF-8 | 韲韜獺 | 111010011001111110110010111010011001111110011100111001111000110110111010 | e99fb2e99f9ce78dba |
UHC | ?韜獺 | 0011111111010100101101111101001110110111 | 3fd4b7d3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)