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 | 迴郁カ咏灸迥 | 1110011110001111100010001110100010110110100110011110011110001011100001001110011110001010 | e78f88e8b699e78b84e78a |
| EUC-JP | 迴郁カ咏灸迥 | 111011011110111110110000111010101000111010110110110100101110100110110101111001001110110111101010 | edefb0ea8eb6d2e9b5e4edea |
| UTF-8 | 迴郁カ咏灸迥 | 111010001011111110110100111010011000001110000001111011111011110110110110111001011001001010001111111001111000000110111000111010001011111110100101 | e8bfb4e98381efbdb6e5928fe781b8e8bfa5 |
| UHC | ?郁??灸? | 0011111111101001111101000011111100111111110011111011011000111111 | 3fe9f43f3fcfb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)