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 | 籖懐珪艱 | 1110001011011101100010011111100110001100010111011110010010000101 | e2dd89f98c5de485 |
| EUC-JP | 籖懐珪艱 | 1110010011011111101100101111101110110111101111101110011111100101 | e4dfb2fbb7bee7e5 |
| UTF-8 | 籖懐珪艱 | 111001111011000110010110111001101000011110010000111001111000111110101010111010001000100110110001 | e7b196e68790e78faae889b1 |
| UHC | ??珪艱 | 001111110011111111010000101010001100101011011110 | 3f3fd0a8cade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)