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 | 蟾先ケソ涇 | 1110010110110111100100001110011010111001101111111111101011111011 | e5b790e6b9bffafb |
EUC-JP | 蟾先ケソ涇 | 1110101010111001110000001110100010001110101110011000111010111111100011111100011111000111 | eab9c0e88eb98ebf8fc7c7 |
UTF-8 | 蟾先ケソ涇 | 111010001001111110111110111001011000010110001000111011111011110110111001111011111011110110111111111001101011011010000111 | e89fbee58588efbdb9efbdbfe6b687 |
UHC | 蟾先??涇 | 1110000011101010111000001011101100111111001111111100110011011100 | e0eae0bb3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)