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 | ûG¾ûW¢ | 1111101101000111100011101011111011111011010101111000111010100010 | fb478ebefb578ea2 |
SJIS-WIN | ?G???W?¢ | 001111110100011100111111001111110011111101010111001111111000000110010001 | 3f473f3f3f573f8191 |
EUC-JP | ûG??ûW?¢ | 10001111101010111110010101000111001111110011111110001111101010111110010101010111001111111010000111110001 | 8fabe5473f3f8fabe5573fa1f1 |
UTF-8 | ûG¾ûW¢ | 1100001110111011010001111100001010001110110000101011111011000011101110110101011111000010100011101100001010100010 | c3bb47c28ec2bec3bb57c28ec2a2 |
UHC | ?G?¾?W?? | 001111110100011100111111101010001111101000111111010101110011111100111111 | 3f473fa8fa3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)