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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ‐┃}‐┃{^ | 1000000101011101100001001010101101111101100000010101110110000100101010110111101101011110 | 815d84ab7d815d84ab7b5e |
EUC-JP | ‐┃}‐┃{^ | 1010000110111110101010001010110101111101101000011011111010101000101011010111101101011110 | a1bea8ad7da1bea8ad7b5e |
UTF-8 | ‐┃}‐┃{^ | 111000101000000010010000111000101001010010000011011111011110001010000000100100001110001010010100100000110111101101011110 | e28090e294837de28090e294837b5e |
UHC | ?┃}?┃{^ | 001111111010011010101101011111010011111110100110101011010111101101011110 | 3fa6ad7d3fa6ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)