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^ | 1001000101010000100010011001101101011110 | 9150899b5e |
SJIS-WIN | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
EUC-JP | ?P??^ | 0011111101010000001111110011111101011110 | 3f503f3f5e |
UTF-8 | P^ | 1100001010010001010100001100001010001001110000101001101101011110 | c29150c289c29b5e |
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)