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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 叩則m | 1001001001000000100100011010010101101101 | 924091a56d |
EUC-JP | 叩則m | 1100001110100001110000101010011101101101 | c3a1c2a76d |
UTF-8 | 叩則m | 11100101100011111010100111100101100010011000011101101101 | e58fa9e589876d |
UHC | 叩則m | 1100110110110000111101101100111001101101 | cdb0f6ce6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)