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 | ¼ý¢¼ý¢^ | 100011111011110011111101101000101000111110111100111111011010001001011110 | 8fbcfda28fbcfda25e |
SJIS-WIN | ???¢???¢^ | 0011111100111111001111111000000110010001001111110011111100111111100000011001000101011110 | 3f3f3f81913f3f3f81915e |
EUC-JP | ??ý¢??ý¢^ | 001111110011111110001111101010111111001010100001111100010011111100111111100011111010101111110010101000011111000101011110 | 3f3f8fabf2a1f13f3f8fabf2a1f15e |
UTF-8 | ¼ý¢¼ý¢^ | 1100001010001111110000101011110011000011101111011100001010100010110000101000111111000010101111001100001110111101110000101010001001011110 | c28fc2bcc3bdc2a2c28fc2bcc3bdc2a25e |
UHC | ?¼???¼??^ | 0011111110101000111110010011111100111111001111111010100011111001001111110011111101011110 | 3fa8f93f3f3fa8f93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)