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 | 驥徽}驥徽{^ | 1110100110000111100010110100101001111101111010011000011110001011010010100111101101011110 | e9878b4a7de9878b4a7b5e |
EUC-JP | 驥徽}驥徽{^ | 1111000111100111101101011010101101111101111100011110011110110101101010110111101101011110 | f1e7b5ab7df1e7b5ab7b5e |
UTF-8 | 驥徽}驥徽{^ | 111010011010100110100101111001011011111010111101011111011110100110101001101001011110010110111110101111010111101101011110 | e9a9a5e5bebd7de9a9a5e5bebd7b5e |
UHC | 驥徽}驥徽{^ | 1101000111001010111111011100010101111101110100011100101011111101110001010111101101011110 | d1cafdc57dd1cafdc57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)