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 | ¢ù©Ìª³ | 1010001011111001100011111010100111001100100011111010101010110011 | a2f98fa9cc8faab3 |
SJIS-WIN | ¢??????? | 100000011001000100111111001111110011111100111111001111110011111100111111 | 81913f3f3f3f3f3f3f |
EUC-JP | ¢ù?©Ì?ª? | 1010000111110001100011111010101111100011001111111000111110100010111011011000111110101010110000000011111110001111101000101110110000111111 | a1f18fabe33f8fa2ed8faac03f8fa2ec3f |
UTF-8 | ¢ù©Ìª³ | 11000010101000101100001110111001110000101000111111000010101010011100001110001100110000101000111111000010101010101100001010110011 | c2a2c3b9c28fc2a9c38cc28fc2aac2b3 |
UHC | ??????ª³ | 00111111001111110011111100111111001111110011111110101000101000111010100111111000 | 3f3f3f3f3f3fa8a3a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)