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 | ?^???I | 001111110101111000111111001111110011111101001001 | 3f5e3f3f3f49 |
SJIS-WIN | ?^???I | 001111110101111000111111001111110011111101001001 | 3f5e3f3f3f49 |
EUC-JP | ?^???I | 001111110101111000111111001111110011111101001001 | 3f5e3f3f3f49 |
UTF-8 | 혣^혦챈혟I | 1110110110011000101000110101111011101101100110001010011011101100101100011000100011101101100110001001111101001001 | ed98a35eed98a6ecb188ed989f49 |
UHC | 혣^혦챈혟I | 11000010100011000101111011000010100011101100001110100110110000101000100101001001 | c28c5ec28ec3a6c28949 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)