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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 專????B | 10011011100100110011111100111111001111110011111101000010 | 9b933f3f3f3f42 |
EUC-JP | 專????B | 11010101111100110011111100111111001111110011111101000010 | d5f33f3f3f3f42 |
UTF-8 | 專휀브렏렡B | 11100101101100001000100011101101100111001000000011101011101110001000110011101011101000001000111111101011101000001010000101000010 | e5b088ed9c80ebb88ceba08feba0a142 |
UHC | 專휀브렏렡B | 1110111011110110110010001101001110111010111010101000111010100101100011101011001001000010 | eef6c8d3baea8ea58eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)