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 | 章ェネ鄒 | 100011111100110110101010110010001110011110111110 | 8fcdaac8e7be |
EUC-JP | 章ェネ鄒 | 1011111011001111100011101010101010001110110010001110111011000000 | becf8eaa8ec8eec0 |
UTF-8 | 章ェネ鄒 | 111001111010101110100000111011111011110110101010111011111011111010001000111010011000010010010010 | e7aba0efbdaaefbe88e98492 |
UHC | 章??鄒 | 111011011111000100111111001111111111010111011011 | edf13f3ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)