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 | 要η?殉? | 1001011101110110100000111100010100111111100011110111110100111111 | 977683c53f8f7d3f |
| EUC-JP | 要η?殉? | 1100110111010111101001101100011100111111101111011101111000111111 | cdd7a6c73fbdde3f |
| UTF-8 | 要η윪殉콮 | 1110100010100110100000011100111010110111111011001001110010101010111001101010111010001001111011001011110110101110 | e8a681ceb7ec9caae6ae89ecbdae |
| UHC | 要η윪殉콮 | 11101001101010011010010111100111100111111010100111100010111001101011001001000010 | e9a9a5e79fa9e2e6b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)