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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 偲痔篠嫉B | 100011101100001110001110101001001000111011000010100011101011100101000010 | 8ec38ea48ec28eb942 |
EUC-JP | 偲痔篠嫉B | 101111001100010110111100101001101011110011000100101111001011101101000010 | bcc5bca6bcc4bcbb42 |
UTF-8 | 偲痔篠嫉B | 11100101100000011011001011100111100101111001010011100111101011111010000011100101101010111000100101000010 | e581b2e79794e7afa0e5ab8942 |
UHC | ?痔篠嫉B | 0011111111110110110000001110000111000110111100101110110001000010 | 3ff6c0e1c6f2ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)