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 | á³û~ | 1110000110110011100110011111101101111110 | e1b399fb7e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | á??û~ | 100011111010101110100001001111110011111110001111101010111110010101111110 | 8faba13f3f8fabe57e |
UTF-8 | á³û~ | 110000111010000111000010101100111100001010011001110000111011101101111110 | c3a1c2b3c299c3bb7e |
UHC | ?³??~ | 001111111010100111111000001111110011111101111110 | 3fa9f83f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)