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 | 歟??率? | 10011111011000100011111100111111100101111010011000111111 | 9f623f3f97a63f |
EUC-JP | 歟??率? | 11011101110000110011111100111111110011101010100000111111 | ddc33f3fcea83f |
UTF-8 | 歟㎮궗率긷 | 111001101010110110011111111000111000111010101110111010101011011010010111111001111000111010000111111010101011100010110111 | e6ad9fe38eaeeab697e78e87eab8b7 |
UHC | 歟㎮궗率긷 | 11100110101000101010011111100010100000101010110011100001111000111011000111100101 | e6a2a7e282ace1e3b1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)