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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 贓∠BF | 111001101101100110000001110110100100001001000110 | e6d981da4246 |
EUC-JP | 贓∠BF | 111011001101101110100010110111000100001001000110 | ecdba2dc4246 |
UTF-8 | 贓∠BF | 1110100010110100100100111110001010001000101000000100001001000110 | e8b493e288a04246 |
UHC | 贓∠BF | 111011011111110010100001110100000100001001000110 | edfca1d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)