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 | ?????\S? | 0011111100111111001111110011111100111111010111000101001100111111 | 3f3f3f3f3f5c533f |
SJIS-WIN | ?????\S? | 0011111100111111001111110011111100111111010111000101001100111111 | 3f3f3f3f3f5c533f |
EUC-JP | ?????\S? | 0011111100111111001111110011111100111111010111000101001100111111 | 3f3f3f3f3f5c533f |
UTF-8 | 채혶혧챠혧\S채 | 1110110010110001100001001110110110011000101101101110110110011000101001111110110010110001101000001110110110011000101001110101110001010011111011001011000110000100 | ecb184ed98b6ed98a7ecb1a0ed98a75c53ecb184 |
UHC | 채혶혧챠혧\S채 | 1100001110100100110000101001110111000010100011111100001110101101110000101000111101011100010100111100001110100100 | c3a4c29dc28fc3adc28f5c53c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)