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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???恂??? | 0011111100111111001111111001110010010110001111110011111100111111 | 3f3f3f9c963f3f3f |
EUC-JP | ???恂??? | 0011111100111111001111111101011111110110001111110011111100111111 | 3f3f3fd7f63f3f3f |
UTF-8 | 琉얕뮕恂꿨뫜泥 | 111011111010011110001100111011001001011010010101111010111010111010010101111001101000000110000010111010101011111110101000111010111010101110011100111011111010011110100011 | efa78cec9695ebae95e68182eabfa8ebab9cefa7a3 |
UHC | 琉얕뮕恂꿨뫜泥 | 1110101110100100101111101110100010010010101000011110001011100001101100101110010110010001101111001110110010110010 | eba4bee892a1e2e1b2e591bcecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)