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 | 1101111011110011111110001111010101010000 | def3f8f550 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ÞóøõP | 10001111101010011011000010001111101010111101000110001111101010011100110010001111101010111101100001010000 | 8fa9b08fabd18fa9cc8fabd850 |
UTF-8 | ÞóøõP | 110000111001111011000011101100111100001110111000110000111011010101010000 | c39ec3b3c3b8c3b550 |
UHC | Þ?ø?P | 10101000101011010011111110101001101010100011111101010000 | a8ad3fa9aa3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)