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 | û¢¸»¸ | 1111101110100010100011101011100010001111101110111011100010001110 | fba28eb88fbbb88e |
SJIS-WIN | ?¢?????? | 001111111000000110010001001111110011111100111111001111110011111100111111 | 3f81913f3f3f3f3f3f |
EUC-JP | û¢?¸??¸? | 100011111010101111100101101000011111000100111111100011111010001010110001001111110011111110001111101000101011000100111111 | 8fabe5a1f13f8fa2b13f3f8fa2b13f |
UTF-8 | û¢¸»¸ | 11000011101110111100001010100010110000101000111011000010101110001100001010001111110000101011101111000010101110001100001010001110 | c3bbc2a2c28ec2b8c28fc2bbc2b8c28e |
UHC | ???¸??¸? | 00111111001111110011111110100010101011000011111100111111101000101010110000111111 | 3f3f3fa2ac3f3fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)