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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闢夂ィョ謔 | 1110100010010011100110101110011110101000101011101110011010000010 | e8939ae7a8aee682 |
EUC-JP | 闢夂ィョ謔 | 11101111111100111101010011101001100011101010100010001110101011101110101111100010 | eff3d4e98ea88eaeebe2 |
UTF-8 | 闢夂ィョ謔 | 111010011001011110100010111001011010010010000010111011111011110110101000111011111011110110101110111010001010110010010100 | e997a2e5a482efbda8efbdaee8ac94 |
UHC | 闢???謔 | 11011100101000110011111100111111001111111111100111001100 | dca33f3f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)