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 | ¬ã}¬I^ | 100100101010110011100011011111011001001010101100100100100100100101011110 | 92ace37d92ac92495e |
SJIS-WIN | ?¬?}?¬?I^ | 0011111110000001110010100011111101111101001111111000000111001010001111110100100101011110 | 3f81ca3f7d3f81ca3f495e |
EUC-JP | ?¬ã}?¬?I^ | 00111111101000101100110010001111101010111010101001111101001111111010001011001100001111110100100101011110 | 3fa2cc8fabaa7d3fa2cc3f495e |
UTF-8 | ¬ã}¬I^ | 110000101001001011000010101011001100001110100011011111011100001010010010110000101010110011000010100100100100100101011110 | c292c2acc3a37dc292c2acc292495e |
UHC | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)