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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 劾?蜃?辛?^ | 10001010010011100011111111100101100001110011111110010000011010000011111101011110 | 8a4e3fe5873f90683f5e |
EUC-JP | 劾?蜃?辛?^ | 10110011101011110011111111101001111001110011111110111111110010010011111101011110 | b3af3fe9e73fbfc93f5e |
UTF-8 | 劾렡蜃렯辛렎^ | 11100101100010101011111011101011101000001010000111101000100111001000001111101011101000001010111111101000101111101001101111101011101000001000111001011110 | e58abeeba0a1e89c83eba0afe8be9beba08e5e |
UHC | 劾렡蜃렯辛렎^ | 11111010101101101000111010110010111000111111000110001110101111001110001111110100100011101010010001011110 | fab68eb2e3f18ebce3f48ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)