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 | ???Q~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | 短贈存Q~ | 1001001001011010100100011010000110010001101101100101000101111110 | 925a91a191b6517e |
EUC-JP | 短贈存Q~ | 1100001110111011110000101010001111000010101110000101000101111110 | c3bbc2a3c2b8517e |
UTF-8 | 短贈存Q~ | 1110011110011111101011011110100010110100100010001110010110101101100110000101000101111110 | e79fade8b488e5ad98517e |
UHC | 短贈存Q~ | 1101001110101101111100011111110011110000111011010101000101111110 | d3adf1fcf0ed517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)