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 | í·@í | 11101101100110001011011101000000111011011001100010011000 | ed98b740ed9898 |
SJIS-WIN | ???@??? | 00111111001111110011111101000000001111110011111100111111 | 3f3f3f403f3f3f |
EUC-JP | í??@í?? | 1000111110101011101111110011111100111111010000001000111110101011101111110011111100111111 | 8fabbf3f3f408fabbf3f3f |
UTF-8 | í·@í | 11000011101011011100001010011000110000101011011101000000110000111010110111000010100110001100001010011000 | c3adc298c2b740c3adc298c298 |
UHC | ??·@??? | 0011111100111111101000011010010001000000001111110011111100111111 | 3f3fa1a4403f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)