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 | ûÖûÖ¼ú^ | 11111011110101101111101111010110101111001111101001011110 | fbd6fbd6bcfa5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ûÖûÖ?ú^ | 1000111110101011111001011000111110101010110100111000111110101011111001011000111110101010110100110011111110001111101010111110001001011110 | 8fabe58faad38fabe58faad33f8fabe25e |
UTF-8 | ûÖûÖ¼ú^ | 11000011101110111100001110010110110000111011101111000011100101101100001010111100110000111011101001011110 | c3bbc396c3bbc396c2bcc3ba5e |
UHC | ????¼?^ | 0011111100111111001111110011111110101000111110010011111101011110 | 3f3f3f3fa8f93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)