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 | ??d | 001111110011111101100100 | 3f3f64 |
SJIS-WIN | 執d | 1111000010100011100011101011011101100100 | f0a38eb764 |
EUC-JP | ?執d | 00111111101111001011100101100100 | 3fbcb964 |
UTF-8 | 執d | 11101110100000011010001011100101100111111011011101100100 | ee81a2e59fb764 |
UHC | ?執d | 00111111111100101111101101100100 | 3ff2fb64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)