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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
SJIS-WIN | 邀・蟷」逋ーI | 11100111101100011010010111100101101110011010001111100111100110011011000001001001 | e7b1a5e5b9a3e799b049 |
EUC-JP | 邀・蟷」逋ーI | 11101110101100111000111010100101111010101011101110001110101000111110110111111001100011101011000001001001 | eeb38ea5eabb8ea3edf98eb049 |
UTF-8 | 邀・蟷」逋ーI | 11101001100000101000000011101111101111011010010111101000100111111011011111101111101111011010001111101001100000001000101111101111101111011011000001001001 | e98280efbda5e89fb7efbda3e9808befbdb049 |
UHC | 邀???逋?I | 111010011010110100111111001111110011111111111000111001110011111101001001 | e9ad3f3f3ff8e73f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)