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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩墓ァォ褓 | 1110100110101001100101011110011010100111101010111110010111101110 | e9a995e6a7abe5ee |
EUC-JP | 鬩墓ァォ褓 | 11110010101010111100101011101000100011101010011110001110101010111110101011110000 | f2abcae88ea78eabeaf0 |
UTF-8 | 鬩墓ァォ褓 | 111010011010110010101001111001011010001010010011111011111011110110100111111011111011110110101011111010001010010010010011 | e9aca9e5a293efbda7efbdabe8a493 |
UHC | ?墓??褓 | 00111111110110011101011100111111001111111101110011001110 | 3fd9d73f3fdcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)