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 | ¾ÅÒQ] | 101111101100010110001110110100100101000101011101 | bec58ed2515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ?Å?ÒQ] | 00111111100011111010101010101001001111111000111110101010110100100101000101011101 | 3f8faaa93f8faad2515d |
UTF-8 | ¾ÅÒQ] | 11000010101111101100001110000101110000101000111011000011100100100101000101011101 | c2bec385c28ec392515d |
UHC | ¾???Q] | 10101000111110100011111100111111001111110101000101011101 | a8fa3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)