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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 驗瀕}驗瀕{^ | 1110100110000100100101010110110101111101111010011000010010010101011011010111101101011110 | e984956d7de984956d7b5e |
EUC-JP | 驗瀕}驗瀕{^ | 1111000111100100110010011100111001111101111100011110010011001001110011100111101101011110 | f1e4c9ce7df1e4c9ce7b5e |
UTF-8 | 驗瀕}驗瀕{^ | 111010011010100110010111111001111000000010010101011111011110100110101001100101111110011110000000100101010111101101011110 | e9a997e780957de9a997e780957b5e |
UHC | 驗瀕}驗瀕{^ | 1111101011010000110111101011010101111101111110101101000011011110101101010111101101011110 | fad0deb57dfad0deb57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)