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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絅ш街譁 | 1110001101000100100001001000101010001010010110001110011010010110 | e344848a8a58e696 |
EUC-JP | 絅ш街譁 | 1110010110100101101001111110101010110011101110011110101111110110 | e5a5a7eab3b9ebf6 |
UTF-8 | 絅ш街譁 | 1110011110110101100001011101000110001000111010001010000110010111111010001010110110000001 | e7b585d188e8a197e8ad81 |
UHC | 絅ш街譁 | 1100110011100111101011001110101011001010101101101111110010100110 | cce7aceacab6fca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)