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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???矜?除 | 0011111100111111001111111110000111100000001111111000111110011100 | 3f3f3fe1e03f8f9c |
| EUC-JP | ??勖矜?除 | 00111111001111111000111110110011111011011110001011100010001111111011110111111100 | 3f3f8fb3ede2e23fbdfc |
| UTF-8 | 履렰勖矜욱除 | 111011111010011110011111111010111010000010110000111001011000101110010110111001111001111110011100111011001001101010110001111010011001100110100100 | efa79feba0b0e58b96e79f9cec9ab1e999a4 |
| UHC | 履렰勖矜욱除 | 111011001010101010001110101111011110100111101101110100001110100010111111111011011111000010110110 | ecaa8ebde9edd0e8bfedf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)