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 | ?笑}?笑{^ | 001111111000111111001110011111010011111110001111110011100111101101011110 | 3f8fce7d3f8fce7b5e |
EUC-JP | ?笑}?笑{^ | 001111111011111011010000011111010011111110111110110100000111101101011110 | 3fbed07d3fbed07b5e |
UTF-8 | 稶笑}稶笑{^ | 111001111010100010110110111001111010110010010001011111011110011110101000101101101110011110101100100100010111101101011110 | e7a8b6e7ac917de7a8b6e7ac917b5e |
UHC | 稶笑}稶笑{^ | 1110100111110011111000011100010101111101111010011111001111100001110001010111101101011110 | e9f3e1c57de9f3e1c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)