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?? | 0011111100111111001111110011111100111111011001010011111100111111 | 3f3f3f3f3f653f3f |
SJIS-WIN | ?????e?? | 0011111100111111001111110011111100111111011001010011111100111111 | 3f3f3f3f3f653f3f |
EUC-JP | ?????e?? | 0011111100111111001111110011111100111111011001010011111100111111 | 3f3f3f3f3f653f3f |
UTF-8 | 혣횙혡혣혡e혣횙 | 11101101100110001010001111101101100110101001100111101101100110001010000111101101100110001010001111101101100110001010000101100101111011011001100010100011111011011001101010011001 | ed98a3ed9a99ed98a1ed98a3ed98a165ed98a3ed9a99 |
UHC | 혣횙혡혣혡e혣횙 | 110000101000110011000011100100111100001010001010110000101000110011000010100010100110010111000010100011001100001110010011 | c28cc393c28ac28cc28a65c28cc393 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)