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 | çôí° | 111001111111010010001111111011011000110110110000 | e7f48fed8db0 |
SJIS-WIN | ?????° | 00111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f818b |
EUC-JP | çô?í?° | 10001111101010111010111010001111101010111101010000111111100011111010101110111111001111111010000111101011 | 8fabae8fabd43f8fabbf3fa1eb |
UTF-8 | çôí° | 110000111010011111000011101101001100001010001111110000111010110111000010100011011100001010110000 | c3a7c3b4c28fc3adc28dc2b0 |
UHC | ?????° | 00111111001111110011111100111111001111111010000111000110 | 3f3f3f3f3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)