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 | Ù°© | 100011101101100110001111101100001010100110001110 | 8ed98fb0a98e |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?Ù?°©? | 0011111110001111101010101110001100111111101000011110101110001111101000101110110100111111 | 3f8faae33fa1eb8fa2ed3f |
UTF-8 | Ù°© | 110000101000111011000011100110011100001010001111110000101011000011000010101010011100001010001110 | c28ec399c28fc2b0c2a9c28e |
UHC | ???°?? | 00111111001111110011111110100001110001100011111100111111 | 3f3f3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)