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 | 鬣費・取丁 | 111010011010010110010100111011111010010110001110111001101001001010011010 | e9a594efa58ee6929a |
EUC-JP | 鬣費・取丁 | 11110010101001111100100011110001100011101010010110111100111010001100001111111010 | f2a7c8f18ea5bce8c3fa |
UTF-8 | 鬣費・取丁 | 111010011010110010100011111010001011001010111011111011111011110110100101111001011000111110010110111001001011100010000001 | e9aca3e8b2bbefbda5e58f96e4b881 |
UHC | ?費?取丁 | 0011111111011110101010000011111111110110101000101110111111001011 | 3fdea83ff6a2efcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)