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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
UTF-8 | 챔횑혢혟혣e | 11101100101100011001010011101101100110101001000111101101100110001010001011101101100110001001111111101101100110001010001101100101 | ecb194ed9a91ed98a2ed989fed98a365 |
UHC | 챔횑혢혟혣e | 1100001110101000110000111000110011000010100010111100001010001001110000101000110001100101 | c3a8c38cc28bc289c28c65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)