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 | 10111101111000110110100110111101111000110110100101000010 | bde369bde36942 |
EUC-JP | ス緤ス緤B | 100011101011110111100101110010101000111010111101111001011100101001000010 | 8ebde5ca8ebde5ca42 |
UTF-8 | ス緤ス緤B | 11101111101111011011110111100111101101111010010011101111101111011011110111100111101101111010010001000010 | efbdbde7b7a4efbdbde7b7a442 |
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)