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 | Ƭû\ | 10011111110001101000111110101100111110111000111001011100 | 9fc68facfb8e5c |
SJIS-WIN | ???¬??\ | 0011111100111111001111111000000111001010001111110011111101011100 | 3f3f3f81ca3f3f5c |
EUC-JP | ?Æ?¬û?\ | 001111111000111110101001101000010011111110100010110011001000111110101011111001010011111101011100 | 3f8fa9a13fa2cc8fabe53f5c |
UTF-8 | Ƭû\ | 11000010100111111100001110000110110000101000111111000010101011001100001110111011110000101000111001011100 | c29fc386c28fc2acc3bbc28e5c |
UHC | ?Æ????\ | 0011111110101000101000010011111100111111001111110011111101011100 | 3fa8a13f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)