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 | 10001001011010100011111110001001011010100011111101000010 | 896a3f896a3f42 |
EUC-JP | 泳?泳?B | 10110001110010110011111110110001110010110011111101000010 | b1cb3fb1cb3f42 |
UTF-8 | 泳쾖泳쾖B | 11100110101100111011001111101100101111101001011011100110101100111011001111101100101111101001011001000010 | e6b3b3ecbe96e6b3b3ecbe9642 |
UHC | 泳쾖泳쾖B | 111001111011011010110010011010011110011110110110101100100110100101000010 | e7b6b269e7b6b26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)