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 | D¯ZU | 10010010010001001001000110101111100100100101101001010101 | 924491af925a55 |
SJIS-WIN | ?D???ZU | 00111111010001000011111100111111001111110101101001010101 | 3f443f3f3f5a55 |
EUC-JP | ?D?¯?ZU | 001111110100010000111111100011111010001010110100001111110101101001010101 | 3f443f8fa2b43f5a55 |
UTF-8 | D¯ZU | 1100001010010010010001001100001010010001110000101010111111000010100100100101101001010101 | c29244c291c2afc2925a55 |
UHC | ?D???ZU | 00111111010001000011111100111111001111110101101001010101 | 3f443f3f3f5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)