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 | 1001101101010011100110110101001101000010 | 9b539b5342 |
EUC-JP | 婀婀B | 1101010110110100110101011011010001000010 | d5b4d5b442 |
UTF-8 | 婀婀B | 11100101101010011000000011100101101010011000000001000010 | e5a980e5a98042 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)