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 | 釵抵スェ魄 | 1110011111011110100100101110111110111101101010101110100110101110 | e7de92efbdaae9ae |
EUC-JP | 釵抵スェ魄 | 11101110111000001100010011110001100011101011110110001110101010101111001010110000 | eee0c4f18ebd8eaaf2b0 |
UTF-8 | 釵抵スェ魄 | 111010011000011110110101111001101000101010110101111011111011110110111101111011111011110110101010111010011010110110000100 | e987b5e68ab5efbdbdefbdaae9ad84 |
UHC | 釵抵??魄 | 1111001111111011111011101011110100111111001111111101101111011110 | f3fbeebd3f3fdbde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)