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 | 逅ィ魃、 | 111001111001000010101000111010011010111110100100 | e790a8e9afa4 |
| EUC-JP | 逅ィ魃、 | 1110110111110000100011101010100011110010101100011000111010100100 | edf08ea8f2b18ea4 |
| UTF-8 | 逅ィ魃、 | 111010011000000010000101111011111011110110101000111010011010110110000011111011111011110110100100 | e98085efbda8e9ad83efbda4 |
| UHC | 逅?魃? | 111111011011000100111111110110111010011000111111 | fdb13fdba63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)