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 | è°Ð« | 1110100010010110101100001101000010101011 | e896b0d0ab |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | è?°?? | 1000111110101011101100100011111110100001111010110011111100111111 | 8fabb23fa1eb3f3f |
UTF-8 | è°Ð« | 11000011101010001100001010010110110000101011000011000011100100001100001010101011 | c3a8c296c2b0c390c2ab |
UHC | ??°Ð? | 00111111001111111010000111000110101010001010001000111111 | 3f3fa1c6a8a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)