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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隹キ阡オ蛛エB | 11101000101100001011011111101000100101001011010111100101100000011011010001000010 | e8b0b7e894b5e581b442 |
EUC-JP | 隹キ阡オ蛛エB | 11110000101100101000111010110111111011111111010010001110101101011110100111100001100011101011010001000010 | f0b28eb7eff48eb5e9e18eb442 |
UTF-8 | 隹キ阡オ蛛エB | 11101001100110101011100111101111101111011011011111101001100110001010000111101111101111011011010111101000100110111001101111101111101111011011010001000010 | e99ab9efbdb7e998a1efbdb5e89b9befbdb442 |
UHC | ??阡?蛛?B | 001111110011111111110100110001100011111111110001110010000011111101000010 | 3f3ff4c63ff1c83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)