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 | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 闢エ[BF | 111010001001001110110100010110110100001001000110 | e893b45b4246 |
EUC-JP | 闢エ[BF | 11101111111100111000111010110100010110110100001001000110 | eff38eb45b4246 |
UTF-8 | 闢エ[BF | 111010011001011110100010111011111011110110110100010110110100001001000110 | e997a2efbdb45b4246 |
UHC | 闢?[BF | 110111001010001100111111010110110100001001000110 | dca33f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)