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 | ¾½³¼²å | 1011111010111101100011101011001110111100101100101000111111100101 | bebd8eb3bcb28fe5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ???????å | 00111111001111110011111100111111001111110011111100111111100011111010101110101001 | 3f3f3f3f3f3f3f8faba9 |
UTF-8 | ¾½³¼²å | 11000010101111101100001010111101110000101000111011000010101100111100001010111100110000101011001011000010100011111100001110100101 | c2bec2bdc28ec2b3c2bcc2b2c28fc3a5 |
UHC | ¾½?³¼²?? | 10101000111110101010100011110110001111111010100111111000101010001111100110101001111101110011111100111111 | a8faa8f63fa9f8a8f9a9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)