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 | メ骼カニ | 11110000101110001101001011101001100011101011011011000110 | f0b8d2e98eb6c6 |
EUC-JP | ?メ骼カニ | 001111111000111011010010111100011110111010001110101101101000111011000110 | 3f8ed2f1ee8eb68ec6 |
UTF-8 | メ骼カニ | 111011101000000110110111111011111011111010010010111010011010101010111100111011111011110110110110111011111011111010000110 | ee81b7efbe92e9aabcefbdb6efbe86 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)