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 | 10111100110001001000111010110011100011101011001001000010 | bcc48eb38eb242 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ?Ä????B | 001111111000111110101010101000110011111100111111001111110011111101000010 | 3f8faaa33f3f3f3f42 |
UTF-8 | ¼Ä³²B | 11000010101111001100001110000100110000101000111011000010101100111100001010001110110000101011001001000010 | c2bcc384c28ec2b3c28ec2b242 |
UHC | ¼??³?²B | 10101000111110010011111100111111101010011111100000111111101010011111011101000010 | a8f93f3fa9f83fa9f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)