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 | ???P???Q^ | 001111110011111100111111010100000011111100111111001111110101000101011110 | 3f3f3f503f3f3f515e |
SJIS-WIN | PQ^ | 111101111010100111110000111011111111001110110101010100001111011110101001111100001110111111110011101101010101000101011110 | f7a9f0eff3b550f7a9f0eff3b5515e |
EUC-JP | ???P???Q^ | 001111110011111100111111010100000011111100111111001111110101000101011110 | 3f3f3f503f3f3f515e |
UTF-8 | PQ^ | 111011101001011010001100111011101000001010101110111011101000101010101000010100001110111010010110100011001110111010000010101011101110111010001010101010000101000101011110 | ee968cee82aeee8aa850ee968cee82aeee8aa8515e |
UHC | ???P???Q^ | 001111110011111100111111010100000011111100111111001111110101000101011110 | 3f3f3f503f3f3f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)