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 | ?B????^ | 00111111010000100011111100111111001111110011111101011110 | 3f423f3f3f3f5e |
| SJIS-WIN | ?B????^ | 00111111010000100011111100111111001111110011111101011110 | 3f423f3f3f3f5e |
| EUC-JP | ?B????^ | 00111111010000100011111100111111001111110011111101011110 | 3f423f3f3f3f5e |
| UTF-8 | 챈B혢챗혘짖^ | 1110110010110001100010000100001011101101100110001010001011101100101100011001011111101101100110001001100011101100101001111001011001011110 | ecb18842ed98a2ecb197ed9898eca7965e |
| UHC | 챈B혢챗혘짖^ | 110000111010011001000010110000101000101111000011101010101100001010000011110000101010001001011110 | c3a642c28bc3aac283c2a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)