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 | 偕螂}偕螂{^ | 1001100011110001111001011010010101111101100110001111000111100101101001010111101101011110 | 98f1e5a57d98f1e5a57b5e |
EUC-JP | 偕螂}偕螂{^ | 1101000011110011111010101010011101111101110100001111001111101010101001110111101101011110 | d0f3eaa77dd0f3eaa77b5e |
UTF-8 | 偕螂}偕螂{^ | 111001011000000110010101111010001001111010000010011111011110010110000001100101011110100010011110100000100111101101011110 | e58195e89e827de58195e89e827b5e |
UHC | 偕螂}偕螂{^ | 1111101010100101110101011100110001111101111110101010010111010101110011000111101101011110 | faa5d5cc7dfaa5d5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)