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 | ?F???\B | 00111111010001100011111100111111001111110101110001000010 | 3f463f3f3f5c42 |
SJIS-WIN | ?F???\B | 00111111010001100011111100111111001111110101110001000010 | 3f463f3f3f5c42 |
EUC-JP | ?F???\B | 00111111010001100011111100111111001111110101110001000010 | 3f463f3f3f5c42 |
UTF-8 | 챈F혧혢혙\B | 111011001011000110001000010001101110110110011000101001111110110110011000101000101110110110011000100110010101110001000010 | ecb18846ed98a7ed98a2ed98995c42 |
UHC | 챈F혧혢혙\B | 1100001110100110010001101100001010001111110000101000101111000010100001000101110001000010 | c3a646c28fc28bc2845c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)