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 | ェ釶オ耘 | 1111010110101100101010101110011111011111101101011110001111001111 | f5acaae7dfb5e3cf |
EUC-JP | ?ェ釶オ耘 | 001111111000111010101010111011101110000110001110101101011110011011010001 | 3f8eaaeee18eb5e6d1 |
UTF-8 | ェ釶オ耘 | 111011101001000010010111111011111011110110101010111010011000011110110110111011111011110110110101111010001000000010011000 | ee9097efbdaae987b6efbdb5e88098 |
UHC | ????耘 | 001111110011111100111111001111111110100111111100 | 3f3f3f3fe9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)