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^ | 1110101110101101100000101110101110101100101010101110101110101101100010111110101110101010101111001110101110101101100000001110101110101100101110010100111101011110 | ebad82ebacaaebad8bebaabcebad80ebacb94f5e |
| UHC | 뭂묪뭋몼뭀묹O^ | 1001001001010001100100100100001010010010010101101001000110100001100100100100111110010010010011000100111101011110 | 92519242925691a1924f924c4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)