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 | 骭懆エ冶ャ | 1110100110001100100111001110100010110100100101101110100010101100 | e98c9ce8b496e8ac |
EUC-JP | 骭懆エ冶ャ | 11110001111011001101100011101010100011101011010011001100111010101000111010101100 | f1ecd8ea8eb4ccea8eac |
UTF-8 | 骭懆エ冶ャ | 111010011010101010101101111001101000011110000110111011111011110110110100111001011000011010110110111011111011110110101100 | e9aaade68786efbdb4e586b6efbdac |
UHC | ???冶? | 001111110011111100111111111001011010011100111111 | 3f3f3fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)