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 | 111000001011100111100000101011101110000010111001111000001010010101000010 | e0b9e0aee0b9e0a542 |
EUC-JP | 犹牋犹爭B | 111000001011101111100000101100001110000010111011111000001010011101000010 | e0bbe0b0e0bbe0a742 |
UTF-8 | 犹牋犹爭B | 11100111100010101011100111100111100010011000101111100111100010101011100111100111100010001010110101000010 | e78ab9e7898be78ab9e788ad42 |
UHC | ???爭B | 001111110011111100111111111011101011001101000010 | 3f3f3feeb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)