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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ???円??B | 0011111100111111001111111000100101111110001111110011111101000010 | 3f3f3f897e3f3f42 |
EUC-JP | ???円??B | 0011111100111111001111111011000111011111001111110011111101000010 | 3f3f3fb1df3f3f42 |
UTF-8 | 琉꿨떉円곮궀B | 11101111101001111000110011101010101111111010100011101011100101101000100111100101100001101000011011101010101100111010111011101010101101101000000001000010 | efa78ceabfa8eb9689e58686eab3aeeab68042 |
UHC | 琉꿨떉円곮궀B | 11101011101001001011001011100101100010111001111111100101111101111000000111101000100000101001101101000010 | eba4b2e58b9fe5f781e8829b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)