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 | _@^ | 100110100101111110011010010000001001101001011110 | 9a5f9a409a5e |
SJIS-WIN | ?_?@?^ | 001111110101111100111111010000000011111101011110 | 3f5f3f403f5e |
EUC-JP | ?_?@?^ | 001111110101111100111111010000000011111101011110 | 3f5f3f403f5e |
UTF-8 | _@^ | 110000101001101001011111110000101001101001000000110000101001101001011110 | c29a5fc29a40c29a5e |
UHC | ?_?@?^ | 001111110101111100111111010000000011111101011110 | 3f5f3f403f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)