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 | ±×n}±×n{^ | 101100011101011101101110011111011011000111010111011011100111101101011110 | b1d76e7db1d76e7b5e |
SJIS-WIN | ±×n}±×n{^ | 10000001011111011000000101111110011011100111110110000001011111011000000101111110011011100111101101011110 | 817d817e6e7d817d817e6e7b5e |
EUC-JP | ±×n}±×n{^ | 10100001110111101010000111011111011011100111110110100001110111101010000111011111011011100111101101011110 | a1dea1df6e7da1dea1df6e7b5e |
UTF-8 | ±×n}±×n{^ | 11000010101100011100001110010111011011100111110111000010101100011100001110010111011011100111101101011110 | c2b1c3976e7dc2b1c3976e7b5e |
UHC | ±×n}±×n{^ | 10100001101111101010000110111111011011100111110110100001101111101010000110111111011011100111101101011110 | a1bea1bf6e7da1bea1bf6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)