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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | 。ュ}。ュ{^ | 1010000111110001101000011010110101111101101000011111000110100001101011010111101101011110 | a1f1a1ad7da1f1a1ad7b5e |
EUC-JP | 。?ュ}。?ュ{^ | 10001110101000010011111110001110101011010111110110001110101000010011111110001110101011010111101101011110 | 8ea13f8ead7d8ea13f8ead7b5e |
UTF-8 | 。ュ}。ュ{^ | 111011111011110110100001111011101000010010011100111011111011110110101101011111011110111110111101101000011110111010000100100111001110111110111101101011010111101101011110 | efbda1ee849cefbdad7defbda1ee849cefbdad7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)