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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓦峯??? | 10001010101000101001010111110101001111110011111100111111 | 8aa295f53f3f3f |
EUC-JP | 瓦峯??? | 10110100101001001100101011110111001111110011111100111111 | b4a4caf73f3f3f |
UTF-8 | 瓦峯렣띳렰 | 111001111001001110100110111001011011001110101111111010111010000010100011111010111001110110110011111010111010000010110000 | e793a6e5b3afeba0a3eb9db3eba0b0 |
UHC | 瓦峯렣띳렰 | 11101000101111111101110011100111100011101011010010110110111100011000111010111101 | e8bfdce78eb4b6f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)