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 | ?楔 | 001111111001111010110110 | 3f9eb6 |
EUC-JP | 奭楔 | 1000111110111000111111101101110010111000 | 8fb8fedcb8 |
UTF-8 | 奭楔 | 111001011010010110101101111001101010010110010100 | e5a5ade6a594 |
UHC | 奭楔 | 11100000101010111110000011011011 | e0abe0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)