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 | ??QD??QD^ | 001111110011111101010001010001000011111100111111010100010100010001011110 | 3f3f51443f3f51445e |
SJIS-WIN | 偲治QD偲治QD^ | 10001110110000111000111010100001010100010100010010001110110000111000111010100001010100010100010001011110 | 8ec38ea151448ec38ea151445e |
EUC-JP | 偲治QD偲治QD^ | 10111100110001011011110010100011010100010100010010111100110001011011110010100011010100010100010001011110 | bcc5bca35144bcc5bca351445e |
UTF-8 | 偲治QD偲治QD^ | 1110010110000001101100101110011010110010101110110101000101000100111001011000000110110010111001101011001010111011010100010100010001011110 | e581b2e6b2bb5144e581b2e6b2bb51445e |
UHC | ?治QD?治QD^ | 0011111111110110101111010101000101000100001111111111011010111101010100010100010001011110 | 3ff6bd51443ff6bd51445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)