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 | 1000111111001001101111101111110101000010 | 8fc9befd42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?É?ýB | 001111111000111110101010101100010011111110001111101010111111001001000010 | 3f8faab13f8fabf242 |
UTF-8 | ɾýB | 110000101000111111000011100010011100001010111110110000111011110101000010 | c28fc389c2bec3bd42 |
UHC | ??¾?B | 001111110011111110101000111110100011111101000010 | 3f3fa8fa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)