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 | û¡±u^ | 111110111010000110001110101100010111010101011110 | fba18eb1755e |
| SJIS-WIN | ???±u^ | 00111111001111110011111110000001011111010111010101011110 | 3f3f3f817d755e |
| EUC-JP | û¡?±u^ | 1000111110101011111001011000111110100010110000100011111110100001110111100111010101011110 | 8fabe58fa2c23fa1de755e |
| UTF-8 | û¡±u^ | 11000011101110111100001010100001110000101000111011000010101100010111010101011110 | c3bbc2a1c28ec2b1755e |
| UHC | ?¡?±u^ | 0011111110100010101011100011111110100001101111100111010101011110 | 3fa2ae3fa1be755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)