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 | 紗篠紗篠^ | 100011101101000110001110110000101000111011010001100011101100001001011110 | 8ed18ec28ed18ec25e |
EUC-JP | 紗篠紗篠^ | 101111001101001110111100110001001011110011010011101111001100010001011110 | bcd3bcc4bcd3bcc45e |
UTF-8 | 紗篠紗篠^ | 11100111101101001001011111100111101011111010000011100111101101001001011111100111101011111010000001011110 | e7b497e7afa0e7b497e7afa05e |
UHC | 紗篠紗篠^ | 110111101110100111100001110001101101111011101001111000011100011001011110 | dee9e1c6dee9e1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)