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 | 曜??野 | 100101110110101000111111001111111001011011101100 | 976a3f3f96ec |
| EUC-JP | 曜??野 | 110011011100101100111111001111111100110011101110 | cdcb3f3fccee |
| UTF-8 | 曜뺣젦野 | 111001101001101110011100111010111011101010100011111011001010000010100110111010011000011110001110 | e69b9cebbaa3eca0a6e9878e |
| UHC | 曜뺣젦野 | 1110100011111000100101011110101110100000100111101110010110101111 | e8f895eba09ee5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)