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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?攘???攘 | 0011111110011101101101010011111100111111001111111001110110110101 | 3f9db53f3f3f9db5 |
EUC-JP | ?攘???攘 | 0011111111011010101101110011111100111111001111111101101010110111 | 3fdab73f3f3fdab7 |
UTF-8 | 뤳攘뤳뚉뤳攘 | 111010111010010010110011111001101001010010011000111010111010010010110011111010111001101010001001111010111010010010110011111001101001010010011000 | eba4b3e69498eba4b3eb9a89eba4b3e69498 |
UHC | 뤳攘뤳뚉뤳攘 | 100011111110000111100101110000011000111111100001100011001100110010001111111000011110010111000001 | 8fe1e5c18fe18ccc8fe1e5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)