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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 奄?奄?E | 10001001100000100011111110001001100000100011111101000101 | 89823f89823f45 |
EUC-JP | 奄?奄?E | 10110001111000100011111110110001111000100011111101000101 | b1e23fb1e23f45 |
UTF-8 | 奄턞奄턡E | 11100101101001011000010011101101100001001001111011100101101001011000010011101101100001001010000101000101 | e5a584ed849ee5a584ed84a145 |
UHC | 奄턞奄턡E | 111001011111001010110110010110011110010111110010101101100110001001000101 | e5f2b659e5f2b66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)