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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???掖⑥?? | 001111110011111100111111100111010111010010000111010001010011111100111111 | 3f3f3f9d7487453f3f |
EUC-JP | ???掖??? | 0011111100111111001111111101100111010101001111110011111100111111 | 3f3f3fd9d53f3f3f |
UTF-8 | 凉붾젡掖⑥췁淋 | 111011111010010110111001111010111011011010111110111011001010000010100001111001101000111010010110111000101001000110100101111011001011011110000001111011111010011110110101 | efa5b9ebb6beeca0a1e68e96e291a5ecb781efa7b5 |
UHC | 凉붾젡掖⑥췁淋 | 1110010110111100100101001110101110100000100110101110010011111010101010001110110010101101100111011110110011111000 | e5bc94eba09ae4faa8ecad9decf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)