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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 畯??呱] | 11111011011011110011111100111111100110011110101101011101 | fb6f3f3f99eb5d |
EUC-JP | 畯??呱] | 1000111111001101101110110011111100111111110100101110110101011101 | 8fcdbb3f3fd2ed5d |
UTF-8 | 畯흑렲呱] | 11100111100101011010111111101101100111011001000111101011101000001011001011100101100100011011000101011101 | e795afed9d91eba0b2e591b15d |
UHC | 畯흑렲呱] | 111100011110000111001000111001101000111010111111110011011011001001011101 | f1e1c8e68ebfcdb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)