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 | 100100000110001101000010 | 906342 |
EUC-JP | 芯B | 101111111100010001000010 | bfc442 |
UTF-8 | 芯B | 11101000100010101010111101000010 | e88aaf42 |
UHC | 芯B | 111001001010010101000010 | e4a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)