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 | 偕?}偕?{^ | 100110001111000100111111011111011001100011110001001111110111101101011110 | 98f13f7d98f13f7b5e |
EUC-JP | 偕?}偕?{^ | 110100001111001100111111011111011101000011110011001111110111101101011110 | d0f33f7dd0f33f7b5e |
UTF-8 | 偕렲}偕렲{^ | 111001011000000110010101111010111010000010110010011111011110010110000001100101011110101110100000101100100111101101011110 | e58195eba0b27de58195eba0b27b5e |
UHC | 偕렲}偕렲{^ | 1111101010100101100011101011111101111101111110101010010110001110101111110111101101011110 | faa58ebf7dfaa58ebf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)