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 | ?癰??? | 001111111110000110011110001111110011111100111111 | 3fe19e3f3f3f |
EUC-JP | ?癰??? | 001111111110000111111110001111110011111100111111 | 3fe1fe3f3f3f |
UTF-8 | 횗癰됭뇮蓮 | 111011011001101010010111111001111001100110110000111010111001000010101101111010111000011110101110111011111010011010011001 | ed9a97e799b0eb90adeb87aeefa699 |
UHC | 횗癰됭뇮蓮 | 11000011100100011110100010111001100010011110100010000111100100111110011011100101 | c391e8b989e88793e6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)