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 | 1111010111100111111101101011110101010000 | f5e7f6bd50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | õçö?P | 1000111110101011110110001000111110101011101011101000111110101011110100110011111101010000 | 8fabd88fabae8fabd33f50 |
UTF-8 | õçö½P | 110000111011010111000011101001111100001110110110110000101011110101010000 | c3b5c3a7c3b6c2bd50 |
UHC | ???½P | 001111110011111100111111101010001111011001010000 | 3f3f3fa8f650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)