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