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 | 膀輕 | 11100100010011101110011101101010 | e44ee76a |
EUC-JP | 膀輕 | 11100111101011111110110111001011 | e7afedcb |
UTF-8 | 膀輕 | 111010001000011010000000111010001011110010010101 | e88680e8bc95 |
UHC | 膀輕 | 11011011101110011100110011101110 | dbb9ccee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)