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 | 逋梧エゥ闊ケ | 111001111001100110001100111001101011010010101001111010001000100010111001 | e7998ce6b4a9e888b9 |
| EUC-JP | 逋梧エゥ闊ケ | 111011011111100110111000111010001000111010110100100011101010100111101111111010001000111010111001 | edf9b8e88eb48ea9efe88eb9 |
| UTF-8 | 逋梧エゥ闊ケ | 111010011000000010001011111001101010001010100111111011111011110110110100111011111011110110101001111010011001011110001010111011111011110110111001 | e9808be6a2a7efbdb4efbda9e9978aefbdb9 |
| UHC | 逋梧??闊? | 111110001110011111100111111111000011111100111111111111001100010000111111 | f8e7e7fc3f3ffcc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)