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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陟肴刮蝙 | 1110100010100000100011011110011010011001100010011110010110011110 | e8a08de69989e59e |
EUC-JP | 陟肴刮蝙 | 1111000010100010101110101110100011010001111010011110100111111110 | f0a2bae8d1e9e9fe |
UTF-8 | 陟肴刮蝙 | 111010011001100110011111111010001000001010110100111001011000100010101110111010001001110110011001 | e9999fe882b4e588aee89d99 |
UHC | 陟肴刮? | 11110100101100111111110110100010110011101011111000111111 | f4b3fda2cebe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)