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 | 1001000110101110100100011111111001001000 | 91ae91fe48 |
SJIS-WIN | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
EUC-JP | ?®?þH | 001111111000111110100010111011100011111110001111101010011101000001001000 | 3f8fa2ee3f8fa9d048 |
UTF-8 | ®þH | 110000101001000111000010101011101100001010010001110000111011111001001000 | c291c2aec291c3be48 |
UHC | ?®?þH | 00111111101000101110011100111111101010011010110101001000 | 3fa2e73fa9ad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)