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 | ??]\ | 00111111001111110101110101011100 | 3f3f5d5c |
SJIS-WIN | 蔀磁]\ | 100011101100000110001110101001010101110101011100 | 8ec18ea55d5c |
EUC-JP | 蔀磁]\ | 101111001100001110111100101001110101110101011100 | bcc3bca75d5c |
UTF-8 | 蔀磁]\ | 1110100010010100100000001110011110100011100000010101110101011100 | e89480e7a3815d5c |
UHC | ?磁]\ | 0011111111101101101110000101110101011100 | 3fedb85d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)