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 | 絖朱臭蟒 | 1110001101001100100011101110100110001111010011001110010110111011 | e34c8ee98f4ce5bb |
EUC-JP | 絖朱臭蟒 | 1110010110101101101111001110101110111101101011011110101010111101 | e5adbcebbdadeabd |
UTF-8 | 絖朱臭蟒 | 111001111011010110010110111001101001110010110001111010001000011110101101111010001001111110010010 | e7b596e69cb1e887ade89f92 |
UHC | ?朱臭? | 001111111111000110111001111101101010101100111111 | 3ff1b9f6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)