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ç^ | 1001100101010000100101011110011101011110 | 995095e75e |
SJIS-WIN | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
EUC-JP | ?P?ç^ | 00111111010100000011111110001111101010111010111001011110 | 3f503f8fabae5e |
UTF-8 | Pç^ | 1100001010011001010100001100001010010101110000111010011101011110 | c29950c295c3a75e |
UHC | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)