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 | ??^vB | 0011111100111111010111100111011001000010 | 3f3f5e7642 |
SJIS-WIN | \◇^vB | 10000001010111111000000110011110010111100111011001000010 | 815f819e5e7642 |
EUC-JP | \◇^vB | 10100001110000001010000111111110010111100111011001000010 | a1c0a1fe5e7642 |
UTF-8 | \◇^vB | 111011111011110010111100111000101001011110000111010111100111011001000010 | efbcbce297875e7642 |
UHC | \◇^vB | 10100001101011001010000111011110010111100111011001000010 | a1aca1de5e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)