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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 侑莎??狎 | 1001100011010000111001001011001100111111001111111110000010111110 | 98d0e4b33f3fe0be |
| EUC-JP | 侑莎??狎 | 1101000011010010111010001011010100111111001111111110000011000000 | d0d2e8b53f3fe0c0 |
| UTF-8 | 侑莎렰렟狎 | 111001001011111010010001111010001000111010001110111010111010000010110000111010111010000010011111111001111000101110001110 | e4be91e88e8eeba0b0eba09fe78b8e |
| UHC | 侑莎렰렟狎 | 11101010111000101101111011101101100011101011110110001110101100001110010011100100 | eae2deed8ebd8eb0e4e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)