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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | ?桀?@ | 0011111110011110011110110011111101000000 | 3f9e7b3f40 |
EUC-JP | ?桀?@ | 0011111111011011110111000011111101000000 | 3fdbdc3f40 |
UTF-8 | 룴桀팸@ | 11101011101000111011010011100110101000011000000011101101100011001011100001000000 | eba3b4e6a180ed8cb840 |
UHC | 룴桀팸@ | 10001111101010011100101111111010110001101101010001000000 | 8fa9cbfac6d440 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)