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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隗エ謇ソ | 111010001010011110110100111001101000100110111111 | e8a7b4e689bf |
EUC-JP | 隗エ謇ソ | 1111000010101001100011101011010011101011111010011000111010111111 | f0a98eb4ebe98ebf |
UTF-8 | 隗エ謇ソ | 111010011001101010010111111011111011110110110100111010001010110010000111111011111011110110111111 | e99a97efbdb4e8ac87efbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)