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 | àÕçé¹BF | 1110000011010101111001111110100110001110101110010100001001000110 | e0d5e7e98eb94246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | àÕçé??BF | 10001111101010111010001010001111101010101101100010001111101010111010111010001111101010111011000100111111001111110100001001000110 | 8faba28faad88fabae8fabb13f3f4246 |
UTF-8 | àÕçé¹BF | 1100001110100000110000111001010111000011101001111100001110101001110000101000111011000010101110010100001001000110 | c3a0c395c3a7c3a9c28ec2b94246 |
UHC | ?????¹BF | 001111110011111100111111001111110011111110101001111101100100001001000110 | 3f3f3f3f3fa9f64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)