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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 粃倶掘oBF | 111000101110000110001011111001001000110001000000011011110100001001000110 | e2e18be48c406f4246 |
EUC-JP | 粃倶掘oBF | 111001001110001110110110111001101011011110100001011011110100001001000110 | e4e3b6e6b7a16f4246 |
UTF-8 | 粃倶掘oBF | 111001111011001010000011111001011000000010110110111001101000111010011000011011110100001001000110 | e7b283e580b6e68e986f4246 |
UHC | 粃?掘oBF | 1101110111111011001111111100111111011110011011110100001001000110 | ddfb3fcfde6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)