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 | 00111111001111110011111100111111011011110100001001000110 | 3f3f3f3f6f4246 |
SJIS-WIN | 蠖零「地oBF | 11100101101111011001011111101011101000101001001001101110011011110100001001000110 | e5bd97eba2926e6f4246 |
EUC-JP | 蠖零「地oBF | 1110101010111111110011101110110110001110101000101100001111001111011011110100001001000110 | eabfceed8ea2c3cf6f4246 |
UTF-8 | 蠖零「地oBF | 111010001010000010010110111010011001101110110110111011111011110110100010111001011001110010110000011011110100001001000110 | e8a096e99bb6efbda2e59cb06f4246 |
UHC | ?零?地oBF | 001111111101011011000011001111111111001010100010011011110100001001000110 | 3fd6c33ff2a26f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)