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?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | 哺D俾哭 | 10011010010011010100010010011000111010101001101001001100 | 9a4d4498ea9a4c |
EUC-JP | 哺D俾哭 | 11010011101011100100010011010000111011001101001110101101 | d3ae44d0ecd3ad |
UTF-8 | 哺D俾哭 | 11100101100100111011101001000100111001001011111110111110111001011001001110101101 | e593ba44e4bfbee593ad |
UHC | 哺D?哭 | 111110001101010001000100001111111100110111010110 | f8d4443fcdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)