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 | 100010001101111101001000 | 88df48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | ?ßH | 0011111110001111101010011100111001001000 | 3f8fa9ce48 |
UTF-8 | ßH | 1100001010001000110000111001111101001000 | c288c39f48 |
UHC | ?ßH | 00111111101010011010110001001000 | 3fa9ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)