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 | ?????Pu^ | 0011111100111111001111110011111100111111010100000111010101011110 | 3f3f3f3f3f50755e |
| SJIS-WIN | ?????Pu^ | 0011111100111111001111110011111100111111010100000111010101011110 | 3f3f3f3f3f50755e |
| EUC-JP | ?????Pu^ | 0011111100111111001111110011111100111111010100000111010101011110 | 3f3f3f3f3f50755e |
| UTF-8 | 채챵혦챠혧Pu^ | 111011001011000110000100111011001011000110110101111011011001100010100110111011001011000110100000111011011001100010100111010100000111010101011110 | ecb184ecb1b5ed98a6ecb1a0ed98a750755e |
| UHC | 채챵혦챠혧Pu^ | 11000011101001001100001110110010110000101000111011000011101011011100001010001111010100000111010101011110 | c3a4c3b2c28ec3adc28f50755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)