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¤ | 111110110101000010100100 | fb50a4 |
SJIS-WIN | ?P? | 001111110101000000111111 | 3f503f |
EUC-JP | ûP¤ | 10001111101010111110010101010000100011111010001011110000 | 8fabe5508fa2f0 |
UTF-8 | ûP¤ | 1100001110111011010100001100001010100100 | c3bb50c2a4 |
UHC | ?P¤ | 00111111010100001010001010110100 | 3f50a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)