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 | 鄂糎}鄂糎{^ | 1110011110111101100100010101011101111101111001111011110110010001010101110111101101011110 | e7bd91577de7bd91577b5e |
EUC-JP | 鄂糎}鄂糎{^ | 1110111010111111110000011011100001111101111011101011111111000001101110000111101101011110 | eebfc1b87deebfc1b87b5e |
UTF-8 | 鄂糎}鄂糎{^ | 111010011000010010000010111001111011001110001110011111011110100110000100100000101110011110110011100011100111101101011110 | e98482e7b38e7de98482e7b38e7b5e |
UHC | 鄂?}鄂?{^ | 111001001100011100111111011111011110010011000111001111110111101101011110 | e4c73f7de4c73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)