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 | 惑? | 100110000110011000111111 | 98663f |
EUC-JP | 惑? | 110011111100011100111111 | cfc73f |
UTF-8 | 惑롃 | 111001101000001110010001111010111010000110000011 | e68391eba183 |
UHC | 惑롃 | 11111011111000111000111011001010 | fbe38eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)