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 | 1110100011011010111010001111111001000010 | e8dae8fe42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | èÚèþB | 10001111101010111011001010001111101010101110001010001111101010111011001010001111101010011101000001000010 | 8fabb28faae28fabb28fa9d042 |
UTF-8 | èÚèþB | 110000111010100011000011100110101100001110101000110000111011111001000010 | c3a8c39ac3a8c3be42 |
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)