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 | ??v}??v{^ | 001111110011111101110110011111010011111100111111011101100111101101011110 | 3f3f767d3f3f767b5e |
SJIS-WIN | 将ョv}将ョv{^ | 1000111110101011101011100111011001111101100011111010101110101110011101100111101101011110 | 8fabae767d8fabae767b5e |
EUC-JP | 将ョv}将ョv{^ | 10111110101011011000111010101110011101100111110110111110101011011000111010101110011101100111101101011110 | bead8eae767dbead8eae767b5e |
UTF-8 | 将ョv}将ョv{^ | 1110010110110000100001101110111110111101101011100111011001111101111001011011000010000110111011111011110110101110011101100111101101011110 | e5b086efbdae767de5b086efbdae767b5e |
UHC | ??v}??v{^ | 001111110011111101110110011111010011111100111111011101100111101101011110 | 3f3f767d3f3f767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)