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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 莨鷺ーァ妤膿 | 11100100101111001000110111101011101100001010011111111010101001001001010001011110 | e4bc8debb0a7faa4945e |
| EUC-JP | 莨鷺ーァ妤膿 | 11101000101111101011101011101101100011101011000010001110101001111000111110111001101011111100011110111111 | e8bebaed8eb08ea78fb9afc7bf |
| UTF-8 | 莨鷺ーァ妤膿 | 111010001000111010101000111010011011011110111010111011111011110110110000111011111011110110100111111001011010011010100100111010001000011010111111 | e88ea8e9b7baefbdb0efbda7e5a6a4e886bf |
| UHC | ?鷺???膿 | 0011111111010110110111000011111100111111001111111101001011011011 | 3fd6dc3f3f3fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)