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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
UTF-8 | 列룸씈칡\ | 11101111101001101001110011101011101000111011100011101100100101001000100011101100101110011010000101011100 | efa69ceba3b8ec9488ecb9a15c |
UHC | 列룸씈칡\ | 111001101110101010110111111010111001110110100000110001001010011001011100 | e6eab7eb9da0c4a65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)