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 | ¬?ュ}¬?ュ{^ | 1000000111001010001111111010110101111101100000011100101000111111101011010111101101011110 | 81ca3fad7d81ca3fad7b5e |
EUC-JP | ¬?ュ}¬?ュ{^ | 10100010110011000011111110001110101011010111110110100010110011000011111110001110101011010111101101011110 | a2cc3f8ead7da2cc3f8ead7b5e |
UTF-8 | ¬ュ}¬ュ{^ | 11000010101011001110111010111100101110011110111110111101101011010111110111000010101011001110111010111100101110011110111110111101101011010111101101011110 | c2aceebcb9efbdad7dc2aceebcb9efbdad7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)