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 | ???哉? | 001111110011111100111111100011011100011000111111 | 3f3f3f8dc63f |
EUC-JP | ???哉? | 001111110011111100111111101110101100100000111111 | 3f3f3fbac83f |
UTF-8 | 렱렱렎哉롖 | 111010111010000010110001111010111010000010110001111010111010000010001110111001011001001110001001111010111010000110010110 | eba0b1eba0b1eba08ee59389eba196 |
UHC | 렱렱렎哉롖 | 10001110101111101000111010111110100011101010010011101110101000111000111011011010 | 8ebe8ebe8ea4eea38eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)