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 | 11100110110100010011111100111111001111110011111101000010 | e6d13f3f3f3f42 |
EUC-JP | 贄????B | 11101100110100110011111100111111001111110011111101000010 | ecd33f3f3f3f42 |
UTF-8 | 贄숄렏재㏝B | 11101000101101001000010011101100100010001000010011101011101000001000111111101100100111101010110011100011100011111001110101000010 | e8b484ec8884eba08fec9eace38f9d42 |
UHC | 贄숄렏재㏝B | 1111001010111110101111001111000110001110101001011100000011100111101001111110100101000010 | f2bebcf18ea5c0e7a7e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)