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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 嶬焚h | 1001101111010010100101011011000001101000 | 9bd295b068 |
EUC-JP | 嶬焚h | 1101011011010100110010101011001001101000 | d6d4cab268 |
UTF-8 | 嶬焚h | 11100101101101101010110011100111100001001001101001101000 | e5b6ace7849a68 |
UHC | ?焚h | 00111111110111011100110101101000 | 3fddcd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)