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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚??援ε | 1110101001011111001111110011111110001001100001111000001111000011 | ea5f3f3f898783c3 |
EUC-JP | 鸚??援ε | 1111001111000000001111110011111110110001111001111010011011000101 | f3c03f3fb1e7a6c5 |
UTF-8 | 鸚뽯틳援ε | 1110100110111000100110101110101110111101101011111110110110001011101100111110011010001111101101001100111010110101 | e9b89aebbdafed8bb3e68fb4ceb5 |
UHC | 鸚뽯틳援ε | 11100101101001001001011011101011101110101001101111101010101101011010010111100101 | e5a496ebba9beab5a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)