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 | ñí§¾ | 11110001111011011010011110111110 | f1eda7be |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | ñí§? | 100011111010101111010000100011111010101110111111101000011111100000111111 | 8fabd08fabbfa1f83f |
UTF-8 | ñí§¾ | 1100001110110001110000111010110111000010101001111100001010111110 | c3b1c3adc2a7c2be |
UHC | ??§¾ | 001111110011111110100001110101111010100011111010 | 3f3fa1d7a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)