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©@h | 111110110101000010001110101010010100000001101000 | fb508ea94068 |
SJIS-WIN | ?P??@h | 001111110101000000111111001111110100000001101000 | 3f503f3f4068 |
EUC-JP | ûP?©@h | 10001111101010111110010101010000001111111000111110100010111011010100000001101000 | 8fabe5503f8fa2ed4068 |
UTF-8 | ûP©@h | 110000111011101101010000110000101000111011000010101010010100000001101000 | c3bb50c28ec2a94068 |
UHC | ?P??@h | 001111110101000000111111001111110100000001101000 | 3f503f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)