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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?跌??跌 | 00111111111001101110100100111111001111111110011011101001 | 3fe6e93f3fe6e9 |
EUC-JP | ?跌??跌 | 00111111111011001110101100111111001111111110110011101011 | 3feceb3f3feceb |
UTF-8 | 짚跌잘짚跌 | 111011001010011110011010111010001011011110001100111011001001111010011000111011001010011110011010111010001011011110001100 | eca79ae8b78cec9e98eca79ae8b78c |
UHC | 짚跌잘짚跌 | 11000010101001001111001011110110110000001101111111000010101001001111001011110110 | c2a4f2f6c0dfc2a4f2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)