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 | 籥畷」ォ貔 | 1110001011011110100100111110101110100011101010111110011010111110 | e2de93eba3abe6be |
EUC-JP | 籥畷」ォ貔 | 11100100111000001100011011101101100011101010001110001110101010111110110011000000 | e4e0c6ed8ea38eabecc0 |
UTF-8 | 籥畷」ォ貔 | 111001111011000110100101111001111001010110110111111011111011110110100011111011111011110110101011111010001011001010010100 | e7b1a5e795b7efbda3efbdabe8b294 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)