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 | 蠏ょ廠韆 | 1110010110110101100000101110010110001111101100011110100011100110 | e5b582e58fb1e8e6 |
| EUC-JP | 蠏ょ廠韆 | 1110101010110111101001001110011110111110101100111111000011101000 | eab7a4e7beb3f0e8 |
| UTF-8 | 蠏ょ廠韆 | 111010001010000010001111111000111000001010000111111001011011101110100000111010011001111110000110 | e8a08fe38287e5bba0e99f86 |
| UHC | ?ょ廠韆 | 00111111101010101110011111110011110111111111010011000111 | 3faae7f3dff4c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)