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 | PA¢F» | 10010010010100001001001001000001100100011010001010010010010001101001000110111011 | 9250924191a2924691bb |
SJIS-WIN | ?P?A?¢?F?? | 0011111101010000001111110100000100111111100000011001000100111111010001100011111100111111 | 3f503f413f81913f463f3f |
EUC-JP | ?P?A?¢?F?? | 0011111101010000001111110100000100111111101000011111000100111111010001100011111100111111 | 3f503f413fa1f13f463f3f |
UTF-8 | PA¢F» | 1100001010010010010100001100001010010010010000011100001010010001110000101010001011000010100100100100011011000010100100011100001010111011 | c29250c29241c291c2a2c29246c291c2bb |
UHC | ?P?A???F?? | 00111111010100000011111101000001001111110011111100111111010001100011111100111111 | 3f503f413f3f3f463f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)