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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鶉鴃鶉鴃B | 111010100100011111101001111011101110101001000111111010011110111001000010 | ea47e9eeea47e9ee42 |
EUC-JP | 鶉鴃鶉鴃B | 111100111010100011110010111100001111001110101000111100101111000001000010 | f3a8f2f0f3a8f2f042 |
UTF-8 | 鶉鴃鶉鴃B | 11101001101101101000100111101001101101001000001111101001101101101000100111101001101101001000001101000010 | e9b689e9b483e9b689e9b48342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)