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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 德域万 | 111110101011101010001000111001101001011010011100 | faba88e6969c |
EUC-JP | ?域万 | 0011111110110000111010001100101111111100 | 3fb0e8cbfc |
UTF-8 | 德域万 | 111001011011111010110111111001011001111110011111111001001011100010000111 | e5beb7e59f9fe4b887 |
UHC | 德域万 | 110100111110110011100110101101001101100010110010 | d3ece6b4d8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)