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 | ?D?Q~ | 0011111101000100001111110101000101111110 | 3f443f517e |
SJIS-WIN | 哭D齏Q~ | 10011010010011000100010011101000111010110101000101111110 | 9a4c44e8eb517e |
EUC-JP | 哭D齏Q~ | 11010011101011010100010011110000111011010101000101111110 | d3ad44f0ed517e |
UTF-8 | 哭D齏Q~ | 111001011001001110101101010001001110100110111101100011110101000101111110 | e593ad44e9bd8f517e |
UHC | 哭D?Q~ | 110011011101011001000100001111110101000101111110 | cdd6443f517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)