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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???淞?? | 00111111001111110011111110011111110000100011111100111111 | 3f3f3f9fc23f3f |
EUC-JP | ???淞?? | 00111111001111110011111111011110110001000011111100111111 | 3f3f3fdec43f3f |
UTF-8 | 琉득뙌淞좉툔 | 111011111010011110001100111010111001001110011101111010111001100110001100111001101011011110011110111011001010001010001001111011011000100010010100 | efa78ceb939deb998ce6b79eeca289ed8894 |
UHC | 琉득뙌淞좉툔 | 111010111010010010110101111001101000110010010001111000011110011110100000111010101011100010001011 | eba4b5e68c91e1e7a0eab88b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)