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 | ??^@B | 0011111100111111010111100100000001000010 | 3f3f5e4042 |
SJIS-WIN | \◇^@B | 10000001010111111000000110011110010111100100000001000010 | 815f819e5e4042 |
EUC-JP | \◇^@B | 10100001110000001010000111111110010111100100000001000010 | a1c0a1fe5e4042 |
UTF-8 | \◇^@B | 111011111011110010111100111000101001011110000111010111100100000001000010 | efbcbce297875e4042 |
UHC | \◇^@B | 10100001101011001010000111011110010111100100000001000010 | a1aca1de5e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)