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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 厭?? | 10001001011111010011111100111111 | 897d3f3f |
| EUC-JP | 厭?? | 10110001110111100011111100111111 | b1de3f3f |
| UTF-8 | 厭깒돦 | 111001011000111010101101111010101011100110010010111010111000111110100110 | e58eadeab992eb8fa6 |
| UHC | 厭깒돦 | 111001101111010010000011100011001000100110101010 | e6f4838c89aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)