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 | ¸ûÝ | 1000111010111000111110111101110110001110 | 8eb8fbdd8e |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?¸ûÝ? | 0011111110001111101000101011000110001111101010111110010110001111101010101111001000111111 | 3f8fa2b18fabe58faaf23f |
UTF-8 | ¸ûÝ | 11000010100011101100001010111000110000111011101111000011100111011100001010001110 | c28ec2b8c3bbc39dc28e |
UHC | ?¸??? | 001111111010001010101100001111110011111100111111 | 3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)