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 | ¢ùª£^ | 101000101111100110001111101010101010001101011110 | a2f98faaa35e |
SJIS-WIN | ¢???£^ | 1000000110010001001111110011111100111111100000011001001001011110 | 81913f3f3f81925e |
EUC-JP | ¢ù?ª£^ | 101000011111000110001111101010111110001100111111100011111010001011101100101000011111001001011110 | a1f18fabe33f8fa2eca1f25e |
UTF-8 | ¢ùª£^ | 1100001010100010110000111011100111000010100011111100001010101010110000101010001101011110 | c2a2c3b9c28fc2aac2a35e |
UHC | ???ª?^ | 00111111001111110011111110101000101000110011111101011110 | 3f3f3fa8a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)