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 | ???K? | 0011111100111111001111110100101100111111 | 3f3f3f4b3f |
SJIS-WIN | 娃??K蜈 | 10001000101000010011111100111111010010111110010110000101 | 88a13f3f4be585 |
EUC-JP | 娃??K蜈 | 10110000101000110011111100111111010010111110100111100101 | b0a33f3f4be9e5 |
UTF-8 | 娃띰쉴K蜈 | 11100101101010001000001111101011100111011011000011101100100010011011010001001011111010001001110010001000 | e5a883eb9db0ec89b44be89c88 |
UHC | 娃띰쉴K蜈 | 111010001101111110110110111011111011110110101111010010111110100010100101 | e8dfb6efbdaf4be8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)