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 | ¼Ä³Û] | 10111100110001001000111010110011100011101101101101011101 | bcc48eb38edb5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ?Ä???Û] | 0011111110001111101010101010001100111111001111110011111110001111101010101110010101011101 | 3f8faaa33f3f3f8faae55d |
UTF-8 | ¼Ä³Û] | 11000010101111001100001110000100110000101000111011000010101100111100001010001110110000111001101101011101 | c2bcc384c28ec2b3c28ec39b5d |
UHC | ¼??³??] | 101010001111100100111111001111111010100111111000001111110011111101011101 | a8f93f3fa9f83f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)