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 | 称」獻 | 1000111111001100101000111110000011011001 | 8fcca3e0d9 |
EUC-JP | 称」獻 | 101111101100111010001110101000111110000011011011 | bece8ea3e0db |
UTF-8 | 称」獻 | 111001111010011110110000111011111011110110100011111001111000110110111011 | e7a7b0efbda3e78dbb |
UHC | ??獻 | 00111111001111111111101011001100 | 3f3ffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)