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 | äÝ á | 1110010011011101100011111000010110000100101011011110000110000110 | e4dd8f8584ade186 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äÝ????á? | 1000111110101011101000111000111110101010111100100011111100111111001111110011111110001111101010111010000100111111 | 8faba38faaf23f3f3f3f8faba13f |
UTF-8 | äÝ á | 11000011101001001100001110011101110000101000111111000010100001011100001010000100110000101010110111000011101000011100001010000110 | c3a4c39dc28fc285c284c2adc3a1c286 |
UHC | ??????? | 001111110011111100111111001111110011111110100001101010010011111100111111 | 3f3f3f3f3fa1a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)