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 | ò÷ÆèÉ | 111100101111011110001110110001101110100011001001 | f2f78ec6e8c9 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | ò÷?ÆèÉ | 100011111010101111010010101000011110000000111111100011111010100110100001100011111010101110110010100011111010101010110001 | 8fabd2a1e03f8fa9a18fabb28faab1 |
UTF-8 | ò÷ÆèÉ | 110000111011001011000011101101111100001010001110110000111000011011000011101010001100001110001001 | c3b2c3b7c28ec386c3a8c389 |
UHC | ?÷?Æ?? | 0011111110100001110000000011111110101000101000010011111100111111 | 3fa1c03fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)