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 | ??????f | 00111111001111110011111100111111001111110011111101100110 | 3f3f3f3f3f3f66 |
SJIS-WIN | ??疑???f | 0011111100111111100010110101111000111111001111110011111101100110 | 3f3f8b5e3f3f3f66 |
EUC-JP | ??疑???f | 0011111100111111101101011011111100111111001111110011111101100110 | 3f3fb5bf3f3f3f66 |
UTF-8 | 欌렪疑얘렧렢f | 11100110101011001000110011101011101000001010101011100111100101101001000111101100100101101001100011101011101000001010011111101011101000001010001001100110 | e6ac8ceba0aae79691ec9698eba0a7eba0a266 |
UHC | 欌렪疑얘렧렢f | 11101101111010111000111010111000111010111111011110111110111010101000111010110110100011101011001101100110 | edeb8eb8ebf7beea8eb68eb366 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)