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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 駟池BF | 111010010110100110010010011100100100001001000110 | e96992724246 |
EUC-JP | 駟池BF | 111100011100101011000011110100110100001001000110 | f1cac3d34246 |
UTF-8 | 駟池BF | 1110100110100111100111111110011010110001101000000100001001000110 | e9a79fe6b1a04246 |
UHC | 駟池BF | 110111101111100111110010101011100100001001000110 | def9f2ae4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)