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 | O{F | 1000101001001111100100000111101101000110 | 8a4f907b46 |
SJIS-WIN | ?O?{F | 0011111101001111001111110111101101000110 | 3f4f3f7b46 |
EUC-JP | ?O?{F | 0011111101001111001111110111101101000110 | 3f4f3f7b46 |
UTF-8 | O{F | 11000010100010100100111111000010100100000111101101000110 | c28a4fc2907b46 |
UHC | ?O?{F | 0011111101001111001111110111101101000110 | 3f4f3f7b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)