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 | ooB | 1001110101101111100111010110111101000010 | 9d6f9d6f42 |
SJIS-WIN | ?o?oB | 0011111101101111001111110110111101000010 | 3f6f3f6f42 |
EUC-JP | ?o?oB | 0011111101101111001111110110111101000010 | 3f6f3f6f42 |
UTF-8 | ooB | 11000010100111010110111111000010100111010110111101000010 | c29d6fc29d6f42 |
UHC | ?o?oB | 0011111101101111001111110110111101000010 | 3f6f3f6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)