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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 嗇貉] | 1001101010100101111001101011100101011101 | 9aa5e6b95d |
EUC-JP | 嗇貉] | 1101010010100111111011001011101101011101 | d4a7ecbb5d |
UTF-8 | 嗇貉] | 11100101100101111000011111101000101100101000100101011101 | e59787e8b2895d |
UHC | 嗇?] | 11011111111000000011111101011101 | dfe03f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)