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 | î°Ï§ | 11101110101100001100111110100111 | eeb0cfa7 |
SJIS-WIN | ?°?§ | 001111111000000110001011001111111000000110011000 | 3f818b3f8198 |
EUC-JP | î°Ï§ | 10001111101010111100001010100001111010111000111110101010110000011010000111111000 | 8fabc2a1eb8faac1a1f8 |
UTF-8 | î°Ï§ | 1100001110101110110000101011000011000011100011111100001010100111 | c3aec2b0c38fc2a7 |
UHC | ?°?§ | 001111111010000111000110001111111010000111010111 | 3fa1c63fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)