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 | 鞐玖ェ、鉞 | 1110100011011110100010111110100010101010101001001110011111100110 | e8de8be8aaa4e7e6 |
EUC-JP | 鞐玖ェ、鉞 | 11110000111000001011011011101010100011101010101010001110101001001110111011101000 | f0e0b6ea8eaa8ea4eee8 |
UTF-8 | 鞐玖ェ、鉞 | 111010011001111010010000111001111000111010010110111011111011110110101010111011111011110110100100111010011000100110011110 | e99e90e78e96efbdaaefbda4e9899e |
UHC | ?玖??鉞 | 00111111110011111011100000111111001111111110101011000111 | 3fcfb83f3feac7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)