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 | ??^c^ | 0011111100111111010111100110001101011110 | 3f3f5e635e |
SJIS-WIN | \◇^c^ | 10000001010111111000000110011110010111100110001101011110 | 815f819e5e635e |
EUC-JP | \◇^c^ | 10100001110000001010000111111110010111100110001101011110 | a1c0a1fe5e635e |
UTF-8 | \◇^c^ | 111011111011110010111100111000101001011110000111010111100110001101011110 | efbcbce297875e635e |
UHC | \◇^c^ | 10100001101011001010000111011110010111100110001101011110 | a1aca1de5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)