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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 帙`帙OB | 10011011111000110110000010011011111000110100111101000010 | 9be3609be34f42 |
EUC-JP | 帙`帙OB | 11010110111001010110000011010110111001010100111101000010 | d6e560d6e54f42 |
UTF-8 | 帙`帙OB | 111001011011100010011001011000001110010110111000100110010100111101000010 | e5b89960e5b8994f42 |
UHC | 帙`帙OB | 11110010111011010110000011110010111011010100111101000010 | f2ed60f2ed4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)