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 | }x | 100000010111110101111000 | 817d78 |
SJIS-WIN | ?}x | 001111110111110101111000 | 3f7d78 |
EUC-JP | ?}x | 001111110111110101111000 | 3f7d78 |
UTF-8 | }x | 11000010100000010111110101111000 | c2817d78 |
UHC | ?}x | 001111110111110101111000 | 3f7d78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)