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 | 章ェネ鄒ウ昇 | 100011111100110110101010110010001110011110111110101100111000111110111000 | 8fcdaac8e7beb38fb8 |
EUC-JP | 章ェネ鄒ウ昇 | 101111101100111110001110101010101000111011001000111011101100000010001110101100111011111010111010 | becf8eaa8ec8eec08eb3beba |
UTF-8 | 章ェネ鄒ウ昇 | 111001111010101110100000111011111011110110101010111011111011111010001000111010011000010010010010111011111011110110110011111001101001100010000111 | e7aba0efbdaaefbe88e98492efbdb3e69887 |
UHC | 章??鄒?昇 | 111011011111000100111111001111111111010111011011001111111110001110110000 | edf13f3ff5db3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)