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?nB | 0011111101000100001111110110111001000010 | 3f443f6e42 |
SJIS-WIN | 哭D齏nB | 10011010010011000100010011101000111010110110111001000010 | 9a4c44e8eb6e42 |
EUC-JP | 哭D齏nB | 11010011101011010100010011110000111011010110111001000010 | d3ad44f0ed6e42 |
UTF-8 | 哭D齏nB | 111001011001001110101101010001001110100110111101100011110110111001000010 | e593ad44e9bd8f6e42 |
UHC | 哭D?nB | 110011011101011001000100001111110110111001000010 | cdd6443f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)