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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 玲끿캕娛튎 | 111011111010011010101101111010111000000110111111111011001011101010010101111001011010100010011011111011011000101010001110 | efa6adeb81bfecba95e5a89bed8a8e |
| UHC | 玲끿캕娛튎 | 11100111101111111000010111100111101011111001110111100111111101001011101001000010 | e7bf85e7af9de7f4ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)