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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髴冶ュ | 1110100110011100100101101110100010101101 | e99c96e8ad |
EUC-JP | 髴冶ュ | 111100011111110011001100111010101000111010101101 | f1fcccea8ead |
UTF-8 | 髴冶ュ | 111010011010101110110100111001011000011010110110111011111011110110101101 | e9abb4e586b6efbdad |
UHC | ?冶? | 00111111111001011010011100111111 | 3fe5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)