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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢匁エセ | 111010001001001110010110111001101011010010111110 | e89396e6b4be |
EUC-JP | 闢匁エセ | 1110111111110011110011001110100010001110101101001000111010111110 | eff3cce88eb48ebe |
UTF-8 | 闢匁エセ | 111010011001011110100010111001011000110010000001111011111011110110110100111011111011110110111110 | e997a2e58c81efbdb4efbdbe |
UHC | 闢??? | 1101110010100011001111110011111100111111 | dca33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)