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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貶ヘ | 111001101100100011001101 | e6c8cd |
EUC-JP | 貶ヘ | 11101100110010101000111011001101 | ecca8ecd |
UTF-8 | 貶ヘ | 111010001011001010110110111011111011111010001101 | e8b2b6efbe8d |
UHC | 貶? | 111110001011111100111111 | f8bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)