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 | ??\h | 00111111001111110101110001101000 | 3f3f5c68 |
SJIS-WIN | 邵\h | 111101001110010111100111101110000101110001101000 | f4e5e7b85c68 |
EUC-JP | ?邵\h | 0011111111101110101110100101110001101000 | 3feeba5c68 |
UTF-8 | 邵\h | 1110111010001110100101001110100110000010101101010101110001101000 | ee8e94e982b55c68 |
UHC | ?邵\h | 0011111111100001110100000101110001101000 | 3fe1d05c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)