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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 澁?\}澁?\{^ | 1110000001000110001111110101110001111101111000000100011000111111010111000111101101011110 | e0463f5c7de0463f5c7b5e |
EUC-JP | 澁?\}澁?\{^ | 1101111110100111001111110101110001111101110111111010011100111111010111000111101101011110 | dfa73f5c7ddfa73f5c7b5e |
UTF-8 | 澁딕\}澁딕\{^ | 1110011010111110100000011110101110010100100101010101110001111101111001101011111010000001111010111001010010010101010111000111101101011110 | e6be81eb94955c7de6be81eb94955c7b5e |
UHC | 澁딕\}澁딕\{^ | 11011111101110111011010111110001010111000111110111011111101110111011010111110001010111000111101101011110 | dfbbb5f15c7ddfbbb5f15c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)