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] | 111110111101000010001110101100100101000101011101 | fbd08eb2515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | û???Q] | 1000111110101011111001010011111100111111001111110101000101011101 | 8fabe53f3f3f515d |
UTF-8 | ûвQ] | 11000011101110111100001110010000110000101000111011000010101100100101000101011101 | c3bbc390c28ec2b2515d |
UHC | ?Ð?²Q] | 0011111110101000101000100011111110101001111101110101000101011101 | 3fa8a23fa9f7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)