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 | 章ェネ鄒ウ | 10001111110011011010101011001000111001111011111010110011 | 8fcdaac8e7beb3 |
EUC-JP | 章ェネ鄒ウ | 10111110110011111000111010101010100011101100100011101110110000001000111010110011 | becf8eaa8ec8eec08eb3 |
UTF-8 | 章ェネ鄒ウ | 111001111010101110100000111011111011110110101010111011111011111010001000111010011000010010010010111011111011110110110011 | e7aba0efbdaaefbe88e98492efbdb3 |
UHC | 章??鄒? | 11101101111100010011111100111111111101011101101100111111 | edf13f3ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)