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 | 犒蕈}犒蕈{^ | 1110000010110101111001001111110001111101111000001011010111100100111111000111101101011110 | e0b5e4fc7de0b5e4fc7b5e |
EUC-JP | 犒蕈}犒蕈{^ | 1110000010110111111010001111111001111101111000001011011111101000111111100111101101011110 | e0b7e8fe7de0b7e8fe7b5e |
UTF-8 | 犒蕈}犒蕈{^ | 111001111000101010010010111010001001010110001000011111011110011110001010100100101110100010010101100010000111101101011110 | e78a92e895887de78a92e895887b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)