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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鬣肴ゥ楢闡B | 11101001101001011000110111100110101010011001001111101000111010001001000101000010 | e9a58de6a993e8e89142 |
EUC-JP | 鬣肴ゥ楢闡B | 1111001010100111101110101110100010001110101010011100011011101010111011111111000101000010 | f2a7bae88ea9c6eaeff142 |
UTF-8 | 鬣肴ゥ楢闡B | 11101001101011001010001111101000100000101011010011101111101111011010100111100110101001011010001011101001100101111010000101000010 | e9aca3e882b4efbda9e6a5a2e997a142 |
UHC | ?肴?楢闡B | 001111111111110110100010001111111110101011111001111101001100010101000010 | 3ffda23feaf9f4c542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)