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 | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
| SJIS-WIN | 葹イ迺スO^ | 1110010011011111101100101110011110010010101111010100111101011110 | e4dfb2e792bd4f5e |
| EUC-JP | 葹イ迺スO^ | 11101000111000011000111010110010111011011111001010001110101111010100111101011110 | e8e18eb2edf28ebd4f5e |
| UTF-8 | 葹イ迺スO^ | 1110100010010001101110011110111110111101101100101110100010111111101110101110111110111101101111010100111101011110 | e891b9efbdb2e8bfbaefbdbd4f5e |
| UHC | ????O^ | 001111110011111100111111001111110100111101011110 | 3f3f3f3f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)