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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 奬奬B | 1001101011111011100110101111101101000010 | 9afb9afb42 |
EUC-JP | 奬奬B | 1101010011111101110101001111110101000010 | d4fdd4fd42 |
UTF-8 | 奬奬B | 11100101101001011010110011100101101001011010110001000010 | e5a5ace5a5ac42 |
UHC | 奬奬B | 1110110111100001111011011110000101000010 | ede1ede142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)