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^ | 00111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f4f5e |
| SJIS-WIN | 訷夭昧薰ャO^ | 1111101110100100100110101110111010010110100001101111101110011110101011000100111101011110 | fba49aee9686fb9eac4f5e |
| EUC-JP | 訷夭昧?ャO^ | 100011111101110111010100110101001111000011001011111001100011111110001110101011000100111101011110 | 8fddd4d4f0cbe63f8eac4f5e |
| UTF-8 | 訷夭昧薰ャO^ | 1110100010101000101101111110010110100100101011011110011010011000101001111110100010010110101100001110111110111101101011000100111101011110 | e8a8b7e5a4ade698a7e896b0efbdac4f5e |
| UHC | ?夭昧薰?O^ | 00111111111010001110110011011000110111001111110110111001001111110100111101011110 | 3fe8ecd8dcfdb93f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)