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 | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
SJIS-WIN | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
EUC-JP | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
UTF-8 | 창횈창짖혡u | 11101100101100001011110111101101100110101000100011101100101100001011110111101100101001111001011011101101100110001010000101110101 | ecb0bded9a88ecb0bdeca796ed98a175 |
UHC | 창횈창짖혡u | 1100001110100010110000111000011011000011101000101100001010100010110000101000101001110101 | c3a2c386c3a2c2a2c28a75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)