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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 稔?郁?BF | 1001011010101011001111111000100011101000001111110100001001000110 | 96ab3f88e83f4246 |
EUC-JP | 稔?郁?BF | 1100110010101101001111111011000011101010001111110100001001000110 | ccad3fb0ea3f4246 |
UTF-8 | 稔렟郁렦BF | 1110011110101000100101001110101110100000100111111110100110000011100000011110101110100000101001100100001001000110 | e7a894eba09fe98381eba0a64246 |
UHC | 稔렟郁렦BF | 11101100111110011000111010110000111010011111010010001110101101010100001001000110 | ecf98eb0e9f48eb54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)