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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隕貅 | 1111001011000000111010001010011011110100111001111110011010111010 | f2c0e8a6f4e7e6ba |
EUC-JP | ?隕?貅 | 001111111111000010101000001111111110110010111100 | 3ff0a83fecbc |
UTF-8 | 隕貅 | 111011101000011110110111111010011001101010010101111011101000111010010110111010001011001010000101 | ee87b7e99a95ee8e96e8b285 |
UHC | ?隕?? | 0011111111101010101000100011111100111111 | 3feaa23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)