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 | 0011111101000010 | 3f42 |
SJIS-WIN | 晧B | 100111011110110001000010 | 9dec42 |
EUC-JP | 晧B | 110110101110111001000010 | daee42 |
UTF-8 | 晧B | 11100110100110011010011101000010 | e699a742 |
UHC | 晧B | 111110111100010101000010 | fbc542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)