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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??曜? | 10011000101011000011111100111111100101110110101000111111 | 98ac3f3f976a3f |
EUC-JP | 豫??曜? | 11010000101011100011111100111111110011011100101100111111 | d0ae3f3fcdcb3f |
UTF-8 | 豫잏럷曜덅 | 111010001011000110101011111011001001111010001111111010111001111110110111111001101001101110011100111010111000110110000101 | e8b1abec9e8feb9fb7e69b9ceb8d85 |
UHC | 豫잏럷曜덅 | 11100111111000111001111111100111100011101001011011101000111110001000100011101000 | e7e39fe78e96e8f888e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)