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 | ûгéè | 111110111101000010001110101100111110100111101000 | fbd08eb3e9e8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û???éè | 100011111010101111100101001111110011111100111111100011111010101110110001100011111010101110110010 | 8fabe53f3f3f8fabb18fabb2 |
UTF-8 | ûгéè | 110000111011101111000011100100001100001010001110110000101011001111000011101010011100001110101000 | c3bbc390c28ec2b3c3a9c3a8 |
UHC | ?Ð?³?? | 0011111110101000101000100011111110101001111110000011111100111111 | 3fa8a23fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)