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 | ?oh | 001111110110111101101000 | 3f6f68 |
SJIS-WIN | oh | 11110010110000010110111101101000 | f2c16f68 |
EUC-JP | ?oh | 001111110110111101101000 | 3f6f68 |
UTF-8 | oh | 1110111010000111101110000110111101101000 | ee87b86f68 |
UHC | ?oh | 001111110110111101101000 | 3f6f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)