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 | 蠖゜ | 11100101101111011000000101001011 | e5bd814b |
EUC-JP | 蠖゜ | 11101010101111111010000110101100 | eabfa1ac |
UTF-8 | 蠖゜ | 111010001010000010010110111000111000001010011100 | e8a096e3829c |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)