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 | 梯??矜?除 | 100100101111001000111111001111111110000111100000001111111000111110011100 | 92f23f3fe1e03f8f9c |
| EUC-JP | 梯?勖矜?除 | 1100010011110100001111111000111110110011111011011110001011100010001111111011110111111100 | c4f43f8fb3ede2e23fbdfc |
| UTF-8 | 梯렟勖矜욱除 | 111001101010001010101111111010111010000010011111111001011000101110010110111001111001111110011100111011001001101010110001111010011001100110100100 | e6a2afeba09fe58b96e79f9cec9ab1e999a4 |
| UHC | 梯렟勖矜욱除 | 111100001010110010001110101100001110100111101101110100001110100010111111111011011111000010110110 | f0ac8eb0e9edd0e8bfedf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)