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 | 鄒ケ鬣鈴& | 111001111011111010111001111010011010010110010111111010011000000110010101 | e7beb9e9a597e98195 |
EUC-JP | 鄒ケ鬣鈴& | 11101110110000001000111010111001111100101010011111001110111010111010000111110101 | eec08eb9f2a7ceeba1f5 |
UTF-8 | 鄒ケ鬣鈴& | 111010011000010010010010111011111011110110111001111010011010110010100011111010011000100010110100111011111011110010000110 | e98492efbdb9e9aca3e988b4efbc86 |
UHC | 鄒??鈴& | 1111010111011011001111110011111111010110110000101010001110100110 | f5db3f3fd6c2a3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)