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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 禎?乞苑?B | 100100101111010100111111100011001110111010001001100100010011111101000010 | 92f53f8cee89913f42 |
EUC-JP | 禎?乞苑?B | 110001001111011100111111101110001111000010110001111100010011111101000010 | c4f73fb8f0b1f13f42 |
UTF-8 | 禎댈乞苑렭B | 11100111101001101000111011101011100011001000100011100100101110011001111011101000100010111001000111101011101000001010110101000010 | e7a68eeb8c88e4b99ee88b91eba0ad42 |
UHC | 禎댈乞苑렭B | 1110111111101110101101001110111011001011111101111110101010111101100011101011101001000010 | efeeb4eecbf7eabd8eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)