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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 厭??^ | 1000100101111101001111110011111101011110 | 897d3f3f5e |
| EUC-JP | 厭??^ | 1011000111011110001111110011111101011110 | b1de3f3f5e |
| UTF-8 | 厭깒돥^ | 11100101100011101010110111101010101110011001001011101011100011111010010101011110 | e58eadeab992eb8fa55e |
| UHC | 厭깒돥^ | 11100110111101001000001110001100100010011010100101011110 | e6f4838c89a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)