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 | 10011010011001110011111100111111011011110100001001000110 | 9a673f3f6f4246 |
EUC-JP | 喩??oBF | 11010011110010000011111100111111011011110100001001000110 | d3c83f3f6f4246 |
UTF-8 | 喩꿰♣oBF | 111001011001011010101001111010101011111110110000111000101001100110100011011011110100001001000110 | e596a9eabfb0e299a36f4246 |
UHC | 喩꿰♣oBF | 111010101110011110110010111001111010001011000000011011110100001001000110 | eae7b2e7a2c06f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)