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 | ????曰 | 001111110011111100111111001111111001111001001000 | 3f3f3f3f9e48 |
EUC-JP | ????曰 | 001111110011111100111111001111111101101110101001 | 3f3f3f3fdba9 |
UTF-8 | 롚렏롋렢曰 | 111010111010000110011010111010111010000010001111111010111010000110001011111010111010000010100010111001101001101110110000 | eba19aeba08feba18beba0a2e69bb0 |
UHC | 롚렏롋렢曰 | 10001110110111101000111010100101100011101101000110001110101100111110100011011000 | 8ede8ea58ed18eb3e8d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)