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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ??顔P | 0011111100111111100010101110011101010000 | 3f3f8ae750 |
EUC-JP | 棅馹顔P | 100011111100001111111011100011111110100110100001101101001110100101010000 | 8fc3fb8fe9a1b4e950 |
UTF-8 | 棅馹顔P | 11100110101000111000010111101001101001101011100111101001101000011001010001010000 | e6a385e9a6b9e9a19450 |
UHC | 棅馹顔P | 11011100101110001110110011110001111001001101010001010000 | dcb8ecf1e4d450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)