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 | ???s | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 叩丹辰s | 10010010010000001001001001001111100100100100001101110011 | 9240924f924373 |
EUC-JP | 叩丹辰s | 11000011101000011100001110110000110000111010010001110011 | c3a1c3b0c3a473 |
UTF-8 | 叩丹辰s | 11100101100011111010100111100100101110001011100111101000101111101011000001110011 | e58fa9e4b8b9e8beb073 |
UHC | 叩丹辰s | 11001101101100001101001110100001111100101110001101110011 | cdb0d3a1f2e373 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)