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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 迺ソ螻前 | 11100111100100101011111111100101101100011001000101001111 | e792bfe5b1914f |
| EUC-JP | 迺ソ螻前 | 1110110111110010100011101011111111101010101100111100000110110000 | edf28ebfeab3c1b0 |
| UTF-8 | 迺ソ螻前 | 111010001011111110111010111011111011110110111111111010001001111010111011111001011000100110001101 | e8bfbaefbdbfe89ebbe5898d |
| UHC | ???前 | 0011111100111111001111111110111011110001 | 3f3f3feef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)