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 | êäÊí×ú | 111010101110010011001010111011011101011111111010 | eae4caedd7fa |
SJIS-WIN | ????×? | 00111111001111110011111100111111100000010111111000111111 | 3f3f3f3f817e3f |
EUC-JP | êäÊí×ú | 1000111110101011101101001000111110101011101000111000111110101010101101001000111110101011101111111010000111011111100011111010101111100010 | 8fabb48faba38faab48fabbfa1df8fabe2 |
UTF-8 | êäÊí×ú | 110000111010101011000011101001001100001110001010110000111010110111000011100101111100001110111010 | c3aac3a4c38ac3adc397c3ba |
UHC | ????×? | 00111111001111110011111100111111101000011011111100111111 | 3f3f3f3fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)