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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?簡i?簡iB | 001111111000101011001000011010010011111110001010110010000110100101000010 | 3f8ac8693f8ac86942 |
EUC-JP | ?簡i?簡iB | 001111111011010011001010011010010011111110110100110010100110100101000010 | 3fb4ca693fb4ca6942 |
UTF-8 | 뤐簡i뤐簡iB | 111010111010010010010000111001111011000010100001011010011110101110100100100100001110011110110000101000010110100101000010 | eba490e7b0a169eba490e7b0a16942 |
UHC | 뤐簡i뤐簡iB | 1000111111000000110010101101101101101001100011111100000011001010110110110110100101000010 | 8fc0cadb698fc0cadb6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)