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 | èï½°è | 1110100010011100100100011110111110111101101100001110100010011111 | e89c91efbdb0e89f |
SJIS-WIN | ?????°?? | 001111110011111100111111001111110011111110000001100010110011111100111111 | 3f3f3f3f3f818b3f3f |
EUC-JP | è??ï?°è? | 100011111010101110110010001111110011111110001111101010111100000100111111101000011110101110001111101010111011001000111111 | 8fabb23f3f8fabc13fa1eb8fabb23f |
UTF-8 | èï½°è | 11000011101010001100001010011100110000101001000111000011101011111100001010111101110000101011000011000011101010001100001010011111 | c3a8c29cc291c3afc2bdc2b0c3a8c29f |
UHC | ????½°?? | 00111111001111110011111100111111101010001111011010100001110001100011111100111111 | 3f3f3f3fa8f6a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)