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 | 碇???證 | 10010010111101000011111100111111001111111110011010011010 | 92f43f3f3fe69a |
EUC-JP | 碇?焌?證 | 110001001111011000111111100011111100100111101000001111111110101111111010 | c4f63f8fc9e83febfa |
UTF-8 | 碇렯焌렪證 | 111001111010001010000111111010111010000010101111111001111000010010001100111010111010000010101010111010001010110110001001 | e7a287eba0afe7848ceba0aae8ad89 |
UHC | 碇렯焌렪證 | 11101111111011011000111010111100111100011110000010001110101110001111000111111011 | efed8ebcf1e08eb8f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)