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 | 100110010100001000111111001111110011111101000010 | 99423f3f3f42 |
EUC-JP | 傳?獐?B | 1101000110100011001111111000111111001011101110100011111101000010 | d1a33f8fcbba3f42 |
UTF-8 | 傳렦獐렏B | 11100101100000101011001111101011101000001010011011100111100011011001000011101011101000001000111101000010 | e582b3eba0a6e78d90eba08f42 |
UHC | 傳렦獐렏B | 111011101110111010001110101101011110110111101111100011101010010101000010 | eeee8eb5edef8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)