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???EB | 00111111010110000011111100111111001111110100010101000010 | 3f583f3f3f4542 |
SJIS-WIN | ?X???EB | 00111111010110000011111100111111001111110100010101000010 | 3f583f3f3f4542 |
EUC-JP | ?X???EB | 00111111010110000011111100111111001111110100010101000010 | 3f583f3f3f4542 |
UTF-8 | 채X혙혧혧EB | 111011001011000110000100010110001110110110011000100110011110110110011000101001111110110110011000101001110100010101000010 | ecb18458ed9899ed98a7ed98a74542 |
UHC | 채X혙혧혧EB | 1100001110100100010110001100001010000100110000101000111111000010100011110100010101000010 | c3a458c284c28fc28f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)