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 | 혳챈혳챈혰~ | 11101101100110001011001111101100101100011000100011101101100110001011001111101100101100011000100011101101100110001011000001111110 | ed98b3ecb188ed98b3ecb188ed98b07e |
UHC | 혳챈혳챈혰~ | 1100001010011010110000111010011011000010100110101100001110100110110000101001011101111110 | c29ac3a6c29ac3a6c2977e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)