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 | Vê^ | 1000111101010110100011101110101001011110 | 8f568eea5e |
SJIS-WIN | ?V??^ | 0011111101010110001111110011111101011110 | 3f563f3f5e |
EUC-JP | ?V?ê^ | 00111111010101100011111110001111101010111011010001011110 | 3f563f8fabb45e |
UTF-8 | Vê^ | 1100001010001111010101101100001010001110110000111010101001011110 | c28f56c28ec3aa5e |
UHC | ?V??^ | 0011111101010110001111110011111101011110 | 3f563f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)