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 | 佇?烝? | 100110001100100000111111111000000111111000111111 | 98c83fe07e3f |
| EUC-JP | 佇?烝? | 110100001100101000111111110111111101111100111111 | d0ca3fdfdf3f |
| UTF-8 | 佇렓烝렲 | 111001001011110110000111111010111010000010010011111001111000001110011101111010111010000010110010 | e4bd87eba093e7839deba0b2 |
| UHC | 佇렓烝렲 | 1110111010110111100011101010100011110001111101101000111010111111 | eeb78ea8f1f68ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)