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 | 10111100110001001000111010100101100011101100001001000010 | bcc48ea58ec242 |
SJIS-WIN | ???¥??B | 0011111100111111001111111000000110001111001111110011111101000010 | 3f3f3f818f3f3f42 |
EUC-JP | ?Ä???ÂB | 0011111110001111101010101010001100111111001111110011111110001111101010101010010001000010 | 3f8faaa33f3f3f8faaa442 |
UTF-8 | ¼Ä¥ÂB | 11000010101111001100001110000100110000101000111011000010101001011100001010001110110000111000001001000010 | c2bcc384c28ec2a5c28ec38242 |
UHC | ¼?????B | 1010100011111001001111110011111100111111001111110011111101000010 | a8f93f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)