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 | ?鏃?擘 | 001111111110100001010110001111111001110110100100 | 3fe8563f9da4 |
EUC-JP | ?鏃?擘 | 001111111110111110110111001111111101101010100110 | 3fefb73fdaa6 |
UTF-8 | 뤵鏃몫擘 | 111010111010010010110101111010011000111110000011111010111010101010101011111001101001001110011000 | eba4b5e98f83ebaaabe69398 |
UHC | 뤵鏃몫擘 | 1000111111100011111100001110110010111000111100101101101111111011 | 8fe3f0ecb8f2dbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)