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 | 捧觀 | 10010101111110011110011001010110 | 95f9e656 |
EUC-JP | 捧觀 | 11001010111110111110101110110111 | cafbebb7 |
UTF-8 | 捧觀 | 111001101000110110100111111010001010011110000000 | e68da7e8a780 |
UHC | 捧觀 | 11011100111010011100111010111010 | dce9ceba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)