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^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ???狎??O^ | 001111110011111100111111111000001011111000111111001111110100111101011110 | 3f3f3fe0be3f3f4f5e |
| EUC-JP | ???狎??O^ | 001111110011111100111111111000001100000000111111001111110100111101011110 | 3f3f3fe0c03f3f4f5e |
| UTF-8 | 秊뚰뢜狎랁뢗O^ | 1110111110100110100101011110101110011010101100001110101110100010100111001110011110001011100011101110101110011110100000011110101110100010100101110100111101011110 | efa695eb9ab0eba29ce78b8eeb9e81eba2974f5e |
| UHC | 秊뚰뢜狎랁뢗O^ | 1110011011011100100011001110110110001111010101111110010011100100100011011110110110001111010100100100111101011110 | e6dc8ced8f57e4e48ded8f524f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)