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 | ??r[??r[^ | 001111110011111101110010010110110011111100111111011100100101101101011110 | 3f3f725b3f3f725b5e |
SJIS-WIN | ゥ。r[ゥ。r[^ | 101010011010000101110010010110111010100110100001011100100101101101011110 | a9a1725ba9a1725b5e |
EUC-JP | ゥ。r[ゥ。r[^ | 10001110101010011000111010100001011100100101101110001110101010011000111010100001011100100101101101011110 | 8ea98ea1725b8ea98ea1725b5e |
UTF-8 | ゥ。r[ゥ。r[^ | 1110111110111101101010011110111110111101101000010111001001011011111011111011110110101001111011111011110110100001011100100101101101011110 | efbda9efbda1725befbda9efbda1725b5e |
UHC | ??r[??r[^ | 001111110011111101110010010110110011111100111111011100100101101101011110 | 3f3f725b3f3f725b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)