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 | ?X???D | 001111110101100000111111001111110011111101000100 | 3f583f3f3f44 |
SJIS-WIN | ?X???D | 001111110101100000111111001111110011111101000100 | 3f583f3f3f44 |
EUC-JP | ?X???D | 001111110101100000111111001111110011111101000100 | 3f583f3f3f44 |
UTF-8 | 채X혙혧혧D | 1110110010110001100001000101100011101101100110001001100111101101100110001010011111101101100110001010011101000100 | ecb18458ed9899ed98a7ed98a744 |
UHC | 채X혙혧혧D | 11000011101001000101100011000010100001001100001010001111110000101000111101000100 | c3a458c284c28fc28f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)