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¤ | 11111011010100001000111010100100 | fb508ea4 |
SJIS-WIN | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
EUC-JP | ûP?¤ | 1000111110101011111001010101000000111111100011111010001011110000 | 8fabe5503f8fa2f0 |
UTF-8 | ûP¤ | 11000011101110110101000011000010100011101100001010100100 | c3bb50c28ec2a4 |
UHC | ?P?¤ | 0011111101010000001111111010001010110100 | 3f503fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)