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 | ?F???P? | 00111111010001100011111100111111001111110101000000111111 | 3f463f3f3f503f |
| SJIS-WIN | ?F???P? | 00111111010001100011111100111111001111110101000000111111 | 3f463f3f3f503f |
| EUC-JP | ?F???P? | 00111111010001100011111100111111001111110101000000111111 | 3f463f3f3f503f |
| UTF-8 | 챔F혢혢혧P챈 | 1110110010110001100101000100011011101101100110001010001011101101100110001010001011101101100110001010011101010000111011001011000110001000 | ecb19446ed98a2ed98a2ed98a750ecb188 |
| UHC | 챔F혢혢혧P챈 | 110000111010100001000110110000101000101111000010100010111100001010001111010100001100001110100110 | c3a846c28bc28bc28f50c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)