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 | ?癰??窈 | 00111111111000011001111000111111001111111110001001110111 | 3fe19e3f3fe277 |
EUC-JP | ?癰??窈 | 00111111111000011111111000111111001111111110001111011000 | 3fe1fe3f3fe3d8 |
UTF-8 | 짧癰됭뇮窈 | 111011001010011110100111111001111001100110110000111010111001000010101101111010111000011110101110111001111010101010001000 | eca7a7e799b0eb90adeb87aee7aa88 |
UHC | 짧癰됭뇮窈 | 11000010101010101110100010111001100010011110100010000111100100111110100110100001 | c2aae8b989e88793e9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)