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 | ???惡筌 | 00111111001111110011111110011100101001101110001010100011 | 3f3f3f9ca6e2a3 |
EUC-JP | ???惡筌 | 00111111001111110011111111011000101010001110010010100101 | 3f3f3fd8a8e4a5 |
UTF-8 | 렳롉렣惡筌 | 111010111010000010110011111010111010000110001001111010111010000010100011111001101000001110100001111001111010110110001100 | eba0b3eba189eba0a3e683a1e7ad8c |
UHC | 렳롉렣惡筌 | 10001110110000001000111011001111100011101011010011100100110000101110111110100111 | 8ec08ecf8eb4e4c2efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)