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 | 晶}晶{^ | 1000111110111011111100101111101101111101100011111011101111110010111110110111101101011110 | 8fbbf2fb7d8fbbf2fb7b5e |
EUC-JP | 晶?}晶?{^ | 101111101011110100111111011111011011111010111101001111110111101101011110 | bebd3f7dbebd3f7b5e |
UTF-8 | 晶}晶{^ | 111001101001100110110110111011101000100010110010011111011110011010011001101101101110111010001000101100100111101101011110 | e699b6ee88b27de699b6ee88b27b5e |
UHC | 晶?}晶?{^ | 111011111101110000111111011111011110111111011100001111110111101101011110 | efdc3f7defdc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)