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?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
SJIS-WIN | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
EUC-JP | ?????E?? | 0011111100111111001111110011111100111111010001010011111100111111 | 3f3f3f3f3f453f3f |
UTF-8 | 혷횠혯혣창E창횧 | 11101101100110001011011111101101100110101010000011101101100110001010111111101101100110001010001111101100101100001011110101000101111011001011000010111101111011011001101010100111 | ed98b7ed9aa0ed98afed98a3ecb0bd45ecb0bded9aa7 |
UHC | 혷횠혯혣창E창횧 | 110000101001111011000011100110001100001010010110110000101000110011000011101000100100010111000011101000101100001110011110 | c29ec398c296c28cc3a245c3a2c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)