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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 額?~ | 10001010011110100011111101111110 | 8a7a3f7e |
EUC-JP | 額?~ | 10110011110110110011111101111110 | b3db3f7e |
UTF-8 | 額장~ | 11101001101000011000110111101100100111101010010101111110 | e9a18dec9ea57e |
UHC | 額장~ | 1110010011111110110000001110010101111110 | e4fec0e57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)