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 | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 叩息達D | 10010010010000001001000110100111100100100100001001000100 | 924091a7924244 |
EUC-JP | 叩息達D | 11000011101000011100001010101001110000111010001101000100 | c3a1c2a9c3a344 |
UTF-8 | 叩息達D | 11100101100011111010100111100110100000011010111111101001100000011001010001000100 | e58fa9e681afe9819444 |
UHC | 叩息達D | 11001101101100001110001111010011110100111011100101000100 | cdb0e3d3d3b944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)