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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 렶렏롃뤶퓥 | 111010111010000010110110111010111010000010001111111010111010000110000011111010111010010010110110111011011001001110100101 | eba0b6eba08feba183eba4b6ed93a5 |
UHC | 렶렏롃뤶퓥 | 10001110110000011000111010100101100011101100101010001111111001001011111110001110 | 8ec18ea58eca8fe4bf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)