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 | þdB | 10010001111111100110010010010010010000101001000110101101 | 91fe64924291ad |
SJIS-WIN | ??d?B?? | 00111111001111110110010000111111010000100011111100111111 | 3f3f643f423f3f |
EUC-JP | ?þd?B?? | 001111111000111110101001110100000110010000111111010000100011111100111111 | 3f8fa9d0643f423f3f |
UTF-8 | þdB | 110000101001000111000011101111100110010011000010100100100100001011000010100100011100001010101101 | c291c3be64c29242c291c2ad |
UHC | ?þd?B? | 001111111010100110101101011001000011111101000010001111111010000110101001 | 3fa9ad643f423fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)