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 | ?E???J?P | 0011111101000101001111110011111100111111010010100011111101010000 | 3f453f3f3f4a3f50 |
| SJIS-WIN | ?E???J?P | 0011111101000101001111110011111100111111010010100011111101010000 | 3f453f3f3f4a3f50 |
| EUC-JP | ?E???J?P | 0011111101000101001111110011111100111111010010100011111101010000 | 3f453f3f3f4a3f50 |
| UTF-8 | 챔E혦혢혧J챈P | 111011001011000110010100010001011110110110011000101001101110110110011000101000101110110110011000101001110100101011101100101100011000100001010000 | ecb19445ed98a6ed98a2ed98a74aecb18850 |
| UHC | 챔E혦혢혧J챈P | 11000011101010000100010111000010100011101100001010001011110000101000111101001010110000111010011001010000 | c3a845c28ec28bc28f4ac3a650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)