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 | ?殉燥殉占 | 001111111000111101111101100100011000011110001111011111011001000011101000 | 3f8f7d91878f7d90e8 |
EUC-JP | ?殉燥殉占 | 001111111011110111011110110000011110011110111101110111101100000011101010 | 3fbddec1e7bddec0ea |
UTF-8 | 롇殉燥殉占 | 111010111010000110000111111001101010111010001001111001111000011110100101111001101010111010001001111001011000110110100000 | eba187e6ae89e787a5e6ae89e58da0 |
UHC | 롇殉燥殉占 | 10001110110011011110001011100110111100001100111111100010111001101110111110111111 | 8ecde2e6f0cfe2e6efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)