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 | 佃兢?臍 | 10010010110011111001100101011101001111111110010001100000 | 92cf995d3fe460 |
| EUC-JP | 佃兢?臍 | 11000100110100011101000110111110001111111110011111000001 | c4d1d1be3fe7c1 |
| UTF-8 | 佃兢狼臍 | 111001001011110110000011111001011000010110100010111011111010010010101011111010001000011110001101 | e4bd83e585a2efa4abe8878d |
| UHC | 佃兢狼臍 | 1110111011101100110100001110011111010010101010101111000010110000 | eeecd0e7d2aaf0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)