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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 艇?雍??? | 1001001011111000001111111110100010110100001111110011111100111111 | 92f83fe8b43f3f3f |
EUC-JP | 艇?雍?鋌? | 11000100111110100011111111110000101101100011111110001111111001001011101100111111 | c4fa3ff0b63f8fe4bb3f |
UTF-8 | 艇렣雍렏鋌렎 | 111010001000100110000111111010111010000010100011111010011001101110001101111010111010000010001111111010011000101110001100111010111010000010001110 | e88987eba0a3e99b8deba08fe98b8ceba08e |
UHC | 艇렣雍렏鋌렎 | 111011111111001110001110101101001110100010111100100011101010010111101111111110111000111010100100 | eff38eb4e8bc8ea5effb8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)