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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 族其H | 1001000110110000100100011011010001001000 | 91b091b448 |
EUC-JP | 族其H | 1100001010110010110000101011011001001000 | c2b2c2b648 |
UTF-8 | 族其H | 11100110100101111000111111100101100001011011011001001000 | e6978fe585b648 |
UHC | 族其H | 1111000011101001110100001110110001001000 | f0e9d0ec48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)