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? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
SJIS-WIN | ?????e? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
EUC-JP | ?????e? | 00111111001111110011111100111111001111110110010100111111 | 3f3f3f3f3f653f |
UTF-8 | 혣횙혡혣혡e혣 | 11101101100110001010001111101101100110101001100111101101100110001010000111101101100110001010001111101101100110001010000101100101111011011001100010100011 | ed98a3ed9a99ed98a1ed98a3ed98a165ed98a3 |
UHC | 혣횙혡혣혡e혣 | 11000010100011001100001110010011110000101000101011000010100011001100001010001010011001011100001010001100 | c28cc393c28ac28cc28a65c28c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)