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 | 11100011011100010011111110010010111100100011111101000010 | e3713f92f23f42 |
EUC-JP | 縡?梯?B | 11100101110100100011111111000100111101000011111101000010 | e5d23fc4f43f42 |
UTF-8 | 縡렕梯렟B | 11100111101110001010000111101011101000001001010111100110101000101010111111101011101000001001111101000010 | e7b8a1eba095e6a2afeba09f42 |
UHC | 縡렕梯렟B | 111011101010110110001110101010101111000010101100100011101011000001000010 | eead8eaaf0ac8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)