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 | 鞜埜}鞜埜{^ | 1110100011011111100101000101011101111101111010001101111110010100010101110111101101011110 | e8df94577de8df94577b5e |
EUC-JP | 鞜埜}鞜埜{^ | 1111000011100001110001111011100001111101111100001110000111000111101110000111101101011110 | f0e1c7b87df0e1c7b87b5e |
UTF-8 | 鞜埜}鞜埜{^ | 111010011001111010011100111001011001111110011100011111011110100110011110100111001110010110011111100111000111101101011110 | e99e9ce59f9c7de99e9ce59f9c7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)