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 | ûW¤Y | 1111101101010111100011101010010001011001 | fb578ea459 |
SJIS-WIN | ?W??Y | 0011111101010111001111110011111101011001 | 3f573f3f59 |
EUC-JP | ûW?¤Y | 100011111010101111100101010101110011111110001111101000101111000001011001 | 8fabe5573f8fa2f059 |
UTF-8 | ûW¤Y | 1100001110111011010101111100001010001110110000101010010001011001 | c3bb57c28ec2a459 |
UHC | ?W?¤Y | 001111110101011100111111101000101011010001011001 | 3f573fa2b459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)