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 | DW@W | 1001001001000100100100100101011110010010010000001001001001010111 | 9244925792409257 |
SJIS-WIN | ?D?W?@?W | 0011111101000100001111110101011100111111010000000011111101010111 | 3f443f573f403f57 |
EUC-JP | ?D?W?@?W | 0011111101000100001111110101011100111111010000000011111101010111 | 3f443f573f403f57 |
UTF-8 | DW@W | 110000101001001001000100110000101001001001010111110000101001001001000000110000101001001001010111 | c29244c29257c29240c29257 |
UHC | ?D?W?@?W | 0011111101000100001111110101011100111111010000000011111101010111 | 3f443f573f403f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)