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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 韃徽}韃徽{^ | 1110100011100101100010110100101001111101111010001110010110001011010010100111101101011110 | e8e58b4a7de8e58b4a7b5e |
EUC-JP | 韃徽}韃徽{^ | 1111000011100111101101011010101101111101111100001110011110110101101010110111101101011110 | f0e7b5ab7df0e7b5ab7b5e |
UTF-8 | 韃徽}韃徽{^ | 111010011001111110000011111001011011111010111101011111011110100110011111100000111110010110111110101111010111101101011110 | e99f83e5bebd7de99f83e5bebd7b5e |
UHC | ?徽}?徽{^ | 001111111111110111000101011111010011111111111101110001010111101101011110 | 3ffdc57d3ffdc57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)