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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ??肢?^ | 001111110011111110001110100010000011111101011110 | 3f3f8e883f5e |
EUC-JP | 馹?肢?^ | 1000111111101001101000010011111110111011111010000011111101011110 | 8fe9a13fbbe83f5e |
UTF-8 | 馹렫肢렲^ | 11101001101001101011100111101011101000001010101111101000100000101010001011101011101000001011001001011110 | e9a6b9eba0abe882a2eba0b25e |
UHC | 馹렫肢렲^ | 111011001111000110001110101110011111001010110110100011101011111101011110 | ecf18eb9f2b68ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)