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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蟐帷ッゥ阨ェB | 11100101101010101001101111100111101011111010100111101000100101011010101001000010 | e5aa9be7afa9e895aa42 |
EUC-JP | 蟐帷ッゥ阨ェB | 11101010101011001101011011101001100011101010111110001110101010011110111111110101100011101010101001000010 | eaacd6e98eaf8ea9eff58eaa42 |
UTF-8 | 蟐帷ッゥ阨ェB | 11101000100111111001000011100101101110001011011111101111101111011010111111101111101111011010100111101001100110001010100011101111101111011010101001000010 | e89f90e5b8b7efbdafefbda9e998a8efbdaa42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)