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 | 箏エ鰾オエ | 11100010101101011011010011101001111000101011010110110100 | e2b5b4e9e2b5b4 |
EUC-JP | 箏エ鰾オエ | 11100100101101111000111010110100111100101110010010001110101101011000111010110100 | e4b78eb4f2e48eb58eb4 |
UTF-8 | 箏エ鰾オエ | 111001111010111010001111111011111011110110110100111010011011000010111110111011111011110110110101111011111011110110110100 | e7ae8fefbdb4e9b0beefbdb5efbdb4 |
UHC | 箏???? | 111011101011010000111111001111110011111100111111 | eeb43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)