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 | ??I | 001111110011111101001001 | 3f3f49 |
SJIS-WIN | 訂皜I | 1001001011111001111110110111000101001001 | 92f9fb7149 |
EUC-JP | 訂皜I | 110001001111101110001111110011101011101101001001 | c4fb8fcebb49 |
UTF-8 | 訂皜I | 11101000101010001000001011100111100110101001110001001001 | e8a882e79a9c49 |
UHC | 訂?I | 11101111111101000011111101001001 | eff43f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)