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 | ?Sy | 001111110101001101111001 | 3f5379 |
SJIS-WIN | 辰Sy | 10010010010000110101001101111001 | 92435379 |
EUC-JP | 辰Sy | 11000011101001000101001101111001 | c3a45379 |
UTF-8 | 辰Sy | 1110100010111110101100000101001101111001 | e8beb05379 |
UHC | 辰Sy | 11110010111000110101001101111001 | f2e35379 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)