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 | ?浴}?浴{^ | 001111111001011110000001011111010011111110010111100000010111101101011110 | 3f97817d3f97817b5e |
EUC-JP | ?浴}?浴{^ | 001111111100110111100001011111010011111111001101111000010111101101011110 | 3fcde17d3fcde17b5e |
UTF-8 | 曆浴}曆浴{^ | 111011111010011010001011111001101011010110110100011111011110111110100110100010111110011010110101101101000111101101011110 | efa68be6b5b47defa68be6b5b47b5e |
UHC | 曆浴}曆浴{^ | 1110011010110111111010011011000101111101111001101011011111101001101100010111101101011110 | e6b7e9b17de6b7e9b17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)