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äqv | 111010000100111111100100011100011001111001110110 | e84fe4719e76 |
SJIS-WIN | ?O?q?v | 001111110100111100111111011100010011111101110110 | 3f4f3f713f76 |
EUC-JP | èOäq?v | 10001111101010111011001001001111100011111010101110100011011100010011111101110110 | 8fabb24f8faba3713f76 |
UTF-8 | èOäqv | 110000111010100001001111110000111010010001110001110000101001111001110110 | c3a84fc3a471c29e76 |
UHC | ?O?q?v | 001111110100111100111111011100010011111101110110 | 3f4f3f713f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)