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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 娠???Y | 100100000101000000111111001111110011111101011001 | 90503f3f3f59 |
EUC-JP | 娠???Y | 101111111011000100111111001111110011111101011001 | bfb13f3f3f59 |
UTF-8 | 娠뤻댍삦Y | 11100101101010001010000011101011101001001011101111101011100011001000110111101100100000101010011001011001 | e5a8a0eba4bbeb8c8dec82a659 |
UHC | 娠뤻댍삦Y | 111000111110001110001111111010011000100010110110100110001010010101011001 | e3e38fe988b698a559 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)