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 | 롈렣롇렋롉 | 111010111010000110001000111010111010000010100011111010111010000110000111111010111010000010001011111010111010000110001001 | eba188eba0a3eba187eba08beba189 |
UHC | 롈렣롇렋롉 | 10001110110011101000111010110100100011101100110110001110101000101000111011001111 | 8ece8eb48ecd8ea28ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)