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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 翡F | 111000111100010101000110 | e3c546 |
EUC-JP | 翡F | 111001101100011101000110 | e6c746 |
UTF-8 | 翡F | 11100111101111111010000101000110 | e7bfa146 |
UHC | 翡F | 110111011111110101000110 | ddfd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)