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 | 錻蛾恒纒 | 1110100001000110100010011110100110001101010100001110001110010101 | e84689e98d50e395 |
EUC-JP | 錻蛾恒纒 | 1110111110100111101100101110101110111001101100011110010111110101 | efa7b2ebb9b1e5f5 |
UTF-8 | 錻蛾恒纒 | 111010011000110010111011111010001001101110111110111001101000000110010010111001111011101010010010 | e98cbbe89bbee68192e7ba92 |
UHC | ?蛾恒? | 001111111110010010110110111110011111011000111111 | 3fe4b6f9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)