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 | 琮陌??游 | 1111101101101010111010001001100100111111001111111001111111100000 | fb6ae8993f3f9fe0 |
EUC-JP | 琮陌??游 | 100011111100110010110010111011111111100100111111001111111101111011100010 | 8fccb2eff93f3fdee2 |
UTF-8 | 琮陌렭렕游 | 111001111001000010101110111010011001100110001100111010111010000010101101111010111010000010010101111001101011100010111000 | e790aee9998ceba0adeba095e6b8b8 |
UHC | 琮陌렭렕游 | 11110000111110011101100011101000100011101011101010001110101010101110101011111101 | f0f9d8e88eba8eaaeafd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)