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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 短則臓B | 10010010010110101001000110100101100100011001111101000010 | 925a91a5919f42 |
EUC-JP | 短則臓B | 11000011101110111100001010100111110000101010000101000010 | c3bbc2a7c2a142 |
UTF-8 | 短則臓B | 11100111100111111010110111100101100010011000011111101000100001111001001101000010 | e79fade58987e8879342 |
UHC | 短則?B | 110100111010110111110110110011100011111101000010 | d3adf6ce3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)