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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬯滂スョ螂晏 | 11101001101011001001111111101111101111011010111011100101101001011001110111100101 | e9ac9fefbdaee5a59de5 |
EUC-JP | 鬯滂スョ螂晏 | 111100101010111011011110111100011000111010111101100011101010111011101010101001111101101011100111 | f2aedef18ebd8eaeeaa7dae7 |
UTF-8 | 鬯滂スョ螂晏 | 111010011010110010101111111001101011101110000010111011111011110110111101111011111011110110101110111010001001111010000010111001101001100110001111 | e9acafe6bb82efbdbdefbdaee89e82e6998f |
UHC | ?滂??螂晏 | 001111111101101110110101001111110011111111010101110011001110010011001111 | 3fdbb53f3fd5cce4cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)