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 | ¬??}¬??{^ | 101011000011111100111111011111011010110000111111001111110111101101011110 | ac3f3f7dac3f3f7b5e |
SJIS-WIN | ¬ケュ}¬ケュ{^ | 1000000111001010101110011010110101111101100000011100101010111001101011010111101101011110 | 81cab9ad7d81cab9ad7b5e |
EUC-JP | ¬ケュ}¬ケュ{^ | 101000101100110010001110101110011000111010101101011111011010001011001100100011101011100110001110101011010111101101011110 | a2cc8eb98ead7da2cc8eb98ead7b5e |
UTF-8 | ¬ケュ}¬ケュ{^ | 11000010101011001110111110111101101110011110111110111101101011010111110111000010101011001110111110111101101110011110111110111101101011010111101101011110 | c2acefbdb9efbdad7dc2acefbdb9efbdad7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)