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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ホエ氿^ | 1100111010110100111110101111010101011110 | ceb4faf55e |
EUC-JP | ホエ氿^ | 1000111011001110100011101011010010001111110001101101011101011110 | 8ece8eb48fc6d75e |
UTF-8 | ホエ氿^ | 11101111101111101000111011101111101111011011010011100110101100001011111101011110 | efbe8eefbdb4e6b0bf5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)