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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
EUC-JP | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
UTF-8 | 혺짠혺혱혳~ | 11101101100110001011101011101100101001111010000011101101100110001011101011101101100110001011000111101101100110001011001101111110 | ed98baeca7a0ed98baed98b1ed98b37e |
UHC | 혺짠혺혱혳~ | 1100001010011111110000101010011111000010100111111100001010011000110000101001101001111110 | c29fc2a7c29fc298c29a7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)