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 | 罌???罌 | 11100011101000000011111100111111001111111110001110100000 | e3a03f3f3fe3a0 |
EUC-JP | 罌???罌 | 11100110101000100011111100111111001111111110011010100010 | e6a23f3f3fe6a2 |
UTF-8 | 罌뾔띔덩罌 | 111001111011110110001100111010111011111010010100111010111001110110010100111010111000110110101001111001111011110110001100 | e7bd8cebbe94eb9d94eb8da9e7bd8c |
UHC | 罌뾔띔덩罌 | 11100101101000101011101111001110101101101110101010110101101000101110010110100010 | e5a2bbceb6eab5a2e5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)