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 | ¢ùÐh¢ùÐ | 100011111010001011111001110100000110100010001111101000101111100111010000 | 8fa2f9d0688fa2f9d0 |
SJIS-WIN | ?¢??h?¢?? | 0011111110000001100100010011111100111111011010000011111110000001100100010011111100111111 | 3f81913f3f683f81913f3f |
EUC-JP | ?¢ù?h?¢ù? | 001111111010000111110001100011111010101111100011001111110110100000111111101000011111000110001111101010111110001100111111 | 3fa1f18fabe33f683fa1f18fabe33f |
UTF-8 | ¢ùÐh¢ùÐ | 1100001010001111110000101010001011000011101110011100001110010000011010001100001010001111110000101010001011000011101110011100001110010000 | c28fc2a2c3b9c39068c28fc2a2c3b9c390 |
UHC | ???Ðh???Ð | 0011111100111111001111111010100010100010011010000011111100111111001111111010100010100010 | 3f3f3fa8a2683f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)