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?? | 00111111001111110011111100111111011001010011111100111111 | 3f3f3f3f653f3f |
SJIS-WIN | ????e?? | 00111111001111110011111100111111011001010011111100111111 | 3f3f3f3f653f3f |
EUC-JP | ????e?? | 00111111001111110011111100111111011001010011111100111111 | 3f3f3f3f653f3f |
UTF-8 | 횄혘횂징e횄혘 | 11101101100110101000010011101101100110001001100011101101100110101000001011101100101001111001010101100101111011011001101010000100111011011001100010011000 | ed9a84ed9898ed9a82eca79565ed9a84ed9898 |
UHC | 횄혘횂징e횄혘 | 11000011100000111100001010000011110000111000001011000010101000010110010111000011100000111100001010000011 | c383c283c382c2a165c383c283 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)