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 | èûèþB | 1110100011111011111010001111111001000010 | e8fbe8fe42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | èûèþB | 10001111101010111011001010001111101010111110010110001111101010111011001010001111101010011101000001000010 | 8fabb28fabe58fabb28fa9d042 |
UTF-8 | èûèþB | 110000111010100011000011101110111100001110101000110000111011111001000010 | c3a8c3bbc3a8c3be42 |
UHC | ???þB | 001111110011111100111111101010011010110101000010 | 3f3f3fa9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)