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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 湛速誰湛F | 100100100101100010010001101011001001001001001110100100100101100001000110 | 925891ac924e925846 |
EUC-JP | 湛速誰湛F | 110000111011100111000010101011101100001110101111110000111011100101000110 | c3b9c2aec3afc3b946 |
UTF-8 | 湛速誰湛F | 11100110101110011001101111101001100000001001111111101000101010101011000011100110101110011001101101000110 | e6b99be9809fe8aab0e6b99b46 |
UHC | 湛速誰湛F | 110100111100000011100001110111001110001011000001110100111100000001000110 | d3c0e1dce2c1d3c046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)