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 | ?W?@@h | 001111110101011100111111010000000100000001101000 | 3f573f404068 |
SJIS-WIN | ?W?@@h | 001111110101011100111111010000000100000001101000 | 3f573f404068 |
EUC-JP | ?W?@@h | 001111110101011100111111010000000100000001101000 | 3f573f404068 |
UTF-8 | 혪W혪@@h | 11101101100110001010101001010111111011011001100010101010010000000100000001101000 | ed98aa57ed98aa404068 |
UHC | 혪W혪@@h | 1100001010010010010101111100001010010010010000000100000001101000 | c29257c292404068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)