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 | 縡????? | 11100011011100010011111100111111001111110011111100111111 | e3713f3f3f3f3f |
EUC-JP | 縡????? | 11100101110100100011111100111111001111110011111100111111 | e5d23f3f3f3f3f |
UTF-8 | 縡렕易쇠렪렗 | 111001111011100010100001111010111010000010010101111011111010011110100000111011001000011110100000111010111010000010101010111010111010000010010111 | e7b8a1eba095efa7a0ec87a0eba0aaeba097 |
UHC | 縡렕易쇠렪렗 | 111011101010110110001110101010101110110010101111101111001110100010001110101110001000111010101100 | eead8eaaecafbce88eb88eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)