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 | 糅怏 | 11100010111100001001110010001001 | e2f09c89 |
EUC-JP | 糅怏 | 11100100111100101101011111101001 | e4f2d7e9 |
UTF-8 | 糅怏 | 111001111011001110000101111001101000000010001111 | e7b385e6808f |
UHC | ?怏 | 001111111110010011101000 | 3fe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)