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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 偲竺偲痔e^ | 10001110110000111000111010110001100011101100001110001110101001000110010101011110 | 8ec38eb18ec38ea4655e |
EUC-JP | 偲竺偲痔e^ | 10111100110001011011110010110011101111001100010110111100101001100110010101011110 | bcc5bcb3bcc5bca6655e |
UTF-8 | 偲竺偲痔e^ | 1110010110000001101100101110011110101011101110101110010110000001101100101110011110010111100101000110010101011110 | e581b2e7abbae581b2e79794655e |
UHC | ?竺?痔e^ | 0011111111110101111001110011111111110110110000000110010101011110 | 3ff5e73ff6c0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)