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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 浴繹}浴繹{^ | 1001011110000001111000111000100001111101100101111000000111100011100010000111101101011110 | 9781e3887d9781e3887b5e |
EUC-JP | 浴繹}浴繹{^ | 1100110111100001111001011110100001111101110011011110000111100101111010000111101101011110 | cde1e5e87dcde1e5e87b5e |
UTF-8 | 浴繹}浴繹{^ | 111001101011010110110100111001111011100110111001011111011110011010110101101101001110011110111001101110010111101101011110 | e6b5b4e7b9b97de6b5b4e7b9b97b5e |
UHC | 浴繹}浴繹{^ | 1110100110110001111001101011101001111101111010011011000111100110101110100111101101011110 | e9b1e6ba7de9b1e6ba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)