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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 形嘔形嘔^ | 100011000110000010011010011100011000110001100000100110100111000101011110 | 8c609a718c609a715e |
| EUC-JP | 形嘔形嘔^ | 101101111100000111010011110100101011011111000001110100111101001001011110 | b7c1d3d2b7c1d3d25e |
| UTF-8 | 形嘔形嘔^ | 11100101101111011010001011100101100110001001010011100101101111011010001011100101100110001001010001011110 | e5bda2e59894e5bda2e598945e |
| UHC | 形嘔形嘔^ | 111110111010000111001111101001011111101110100001110011111010010101011110 | fba1cfa5fba1cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)