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°ûP | 111110110101000010001110101100001111101101010000 | fb508eb0fb50 |
SJIS-WIN | ?P?°?P | 00111111010100000011111110000001100010110011111101010000 | 3f503f818b3f50 |
EUC-JP | ûP?°ûP | 1000111110101011111001010101000000111111101000011110101110001111101010111110010101010000 | 8fabe5503fa1eb8fabe550 |
UTF-8 | ûP°ûP | 11000011101110110101000011000010100011101100001010110000110000111011101101010000 | c3bb50c28ec2b0c3bb50 |
UHC | ?P?°?P | 00111111010100000011111110100001110001100011111101010000 | 3f503fa1c63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)