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 | ヨ敎サウ磁 | 1111001010101011110101101111101011001101111101001000111110111011101100111000111010100101 | f2abd6facdf48fbbb38ea5 |
EUC-JP | ?ヨ??サウ磁 | 0011111110001110110101100011111100111111100011101011101110001110101100111011110010100111 | 3f8ed63f3f8ebb8eb3bca7 |
UTF-8 | ヨ敎サウ磁 | 111011101000011110100010111011111011111010010110111001101001010110001110111011101000110010111110111011111011110110111011111011111011110110110011111001111010001110000001 | ee87a2efbe96e6958eee8cbeefbdbbefbdb3e7a381 |
UHC | ??敎???磁 | 001111110011111111001110111001110011111100111111001111111110110110111000 | 3f3fcee73f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)