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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋺エ驟我迥蟄 | 1110011111111010101101001110100110000101100010011110010011100111100010101110010110101101 | e7fab4e98589e4e78ae5ad |
EUC-JP | 鋺エ驟我迥蟄 | 111011101111110010001110101101001111000111100101101100101110011011101101111010101110101010101111 | eefc8eb4f1e5b2e6edeaeaaf |
UTF-8 | 鋺エ驟我迥蟄 | 111010011000101110111010111011111011110110110100111010011010100110011111111001101000100010010001111010001011111110100101111010001001111110000100 | e98bbaefbdb4e9a99fe68891e8bfa5e89f84 |
UHC | ??驟我?蟄 | 001111110011111111110110101011101110010010110010001111111111011011011110 | 3f3ff6aee4b23ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)