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 | áþ°Ç^ | 1110000111111110101100001100011101011110 | e1feb0c75e |
SJIS-WIN | ??°?^ | 001111110011111110000001100010110011111101011110 | 3f3f818b3f5e |
EUC-JP | áþ°Ç^ | 100011111010101110100001100011111010100111010000101000011110101110001111101010101010111001011110 | 8faba18fa9d0a1eb8faaae5e |
UTF-8 | áþ°Ç^ | 110000111010000111000011101111101100001010110000110000111000011101011110 | c3a1c3bec2b0c3875e |
UHC | ?þ°?^ | 00111111101010011010110110100001110001100011111101011110 | 3fa9ada1c63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)