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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 油?葺?有 | 1001011011111011001111111001010110011000001111111001011101001100 | 96fb3f95983f974c |
| EUC-JP | 油?葺?有 | 1100110011111101001111111100100111111000001111111100110110101101 | ccfd3fc9f83fcdad |
| UTF-8 | 油렪葺렯有 | 111001101011001010111001111010111010000010101010111010001001000110111010111010111010000010101111111001101001110010001001 | e6b2b9eba0aae891baeba0afe69c89 |
| UHC | 油렪葺렯有 | 11101010111110101000111010111000111100011111000110001110101111001110101011110011 | eafa8eb8f1f18ebceaf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)