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 | 111001001010000110001101100011111000111101010110 | e4a18d8f8f56 |
SJIS-WIN | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
EUC-JP | ä¡???V | 10001111101010111010001110001111101000101100001000111111001111110011111101010110 | 8faba38fa2c23f3f3f56 |
UTF-8 | ä¡V | 1100001110100100110000101010000111000010100011011100001010001111110000101000111101010110 | c3a4c2a1c28dc28fc28f56 |
UHC | ?¡???V | 00111111101000101010111000111111001111110011111101010110 | 3fa2ae3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)