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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
| SJIS-WIN | テδεつサe | 110000111000001111000010100000111100001110000010110000101011101101100101 | c383c283c382c2bb65 |
| EUC-JP | テδεつサe | 1000111011000011101001101100010010100110110001011010010011000100100011101011101101100101 | 8ec3a6c4a6c5a4c48ebb65 |
| UTF-8 | テδεつサe | 1110111110111110100000111100111010110100110011101011010111100011100000011010010011101111101111011011101101100101 | efbe83ceb4ceb5e381a4efbdbb65 |
| UHC | ?δεつ?e | 001111111010010111100100101001011110010110101010110001000011111101100101 | 3fa5e4a5e5aac43f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)