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 | 業???? | 100010111100011000111111001111110011111100111111 | 8bc63f3f3f3f |
EUC-JP | 業???? | 101101101100100000111111001111110011111100111111 | b6c83f3f3f3f |
UTF-8 | 業삯땽勵롨 | 111001101010010110101101111011001000001010101111111010111001010110111101111011111010010110111111111010111010000110101000 | e6a5adec82afeb95bdefa5bfeba1a8 |
UHC | 業삯땽勵롨 | 11100101111101101011101111101001100010111001001111100101111110101000111011101000 | e5f6bbe98b93e5fa8ee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)