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 | èÚH | 111010001101101001001000 | e8da48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | èÚH | 10001111101010111011001010001111101010101110001001001000 | 8fabb28faae248 |
UTF-8 | èÚH | 1100001110101000110000111001101001001000 | c3a8c39a48 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)