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^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| UTF-8 | 묱뫁뫉묷뫌뫀O^ | 1110101110101100101100011110101110101011100000011110101110101011100010011110101110101100101101111110101110101011100011001110101110101011100000000100111101011110 | ebacb1ebab81ebab89ebacb7ebab8cebab804f5e |
| UHC | 묱뫁뫉묷뫌뫀O^ | 1001001001001000100100011010010110010001101010111001001001001011100100011010111010010001101001000100111101011110 | 924891a591ab924b91ae91a44f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)