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 | æ測^c^ | 111001101010110110001110111001101011100010101100010111100110001101011110 | e6ad8ee6b8ac5e635e |
SJIS-WIN | ?????¬^c^ | 00111111001111110011111100111111001111111000000111001010010111100110001101011110 | 3f3f3f3f3f81ca5e635e |
EUC-JP | æ??測^c^ | 10001111101010011100000100111111001111111000111110101001110000011000111110100010101100011010001011001100010111100110001101011110 | 8fa9c13f3f8fa9c18fa2b1a2cc5e635e |
UTF-8 | æ測^c^ | 110000111010011011000010101011011100001010001110110000111010011011000010101110001100001010101100010111100110001101011110 | c3a6c2adc28ec3a6c2b8c2ac5e635e |
UHC | æ?æ¸?^c^ | 10101001101000011010000110101001001111111010100110100001101000101010110000111111010111100110001101011110 | a9a1a1a93fa9a1a2ac3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)