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 | 111000111011000010001101100010101001000001010000 | e3b08d8a9050 |
SJIS-WIN | ?°???P | 00111111100000011000101100111111001111110011111101010000 | 3f818b3f3f3f50 |
EUC-JP | ã°???P | 100011111010101110101010101000011110101100111111001111110011111101010000 | 8fabaaa1eb3f3f3f50 |
UTF-8 | ã°P | 1100001110100011110000101011000011000010100011011100001010001010110000101001000001010000 | c3a3c2b0c28dc28ac29050 |
UHC | ?°???P | 00111111101000011100011000111111001111110011111101010000 | 3fa1c63f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)