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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 縡?疑???^ | 111000110111000100111111100010110101111000111111001111110011111101011110 | e3713f8b5e3f3f3f5e |
EUC-JP | 縡?疑???^ | 111001011101001000111111101101011011111100111111001111110011111101011110 | e5d23fb5bf3f3f3f5e |
UTF-8 | 縡렕疑얘렧렢^ | 11100111101110001010000111101011101000001001010111100111100101101001000111101100100101101001100011101011101000001010011111101011101000001010001001011110 | e7b8a1eba095e79691ec9698eba0a7eba0a25e |
UHC | 縡렕疑얘렧렢^ | 11101110101011011000111010101010111010111111011110111110111010101000111010110110100011101011001101011110 | eead8eaaebf7beea8eb68eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)