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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | エ邇シネ郤チ | 11110000101101001011010011100111100011101011110011001000111001111011101011000001 | f0b4b4e78ebcc8e7bac1 |
EUC-JP | ?エ邇シネ郤チ | 00111111100011101011010011101101111011101000111010111100100011101100100011101110101111001000111011000001 | 3f8eb4edee8ebc8ec8eebc8ec1 |
UTF-8 | エ邇シネ郤チ | 111011101000000110110011111011111011110110110100111010011000001010000111111011111011110110111100111011111011111010001000111010011000001110100100111011111011111010000001 | ee81b3efbdb4e98287efbdbcefbe88e983a4efbe81 |
UHC | ??邇???? | 0011111100111111111011001100010000111111001111110011111100111111 | 3f3fecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)