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 | ????嬋 | 001111110011111100111111001111111001101101101000 | 3f3f3f3f9b68 |
EUC-JP | ????嬋 | 001111110011111100111111001111111101010111001001 | 3f3f3f3fd5c9 |
UTF-8 | 렯롌렯롈嬋 | 111010111010000010101111111010111010000110001100111010111010000010101111111010111010000110001000111001011010110010001011 | eba0afeba18ceba0afeba188e5ac8b |
UHC | 렯롌렯롈嬋 | 10001110101111001000111011010010100011101011110010001110110011101110000010111101 | 8ebc8ed28ebc8ecee0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)