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 | 11100110111011111001011111101011100011001001000111101000111110101010011101000010 | e6ef97eb8c91e8faa742 |
EUC-JP | 跣零倦顫ァB | 1110110011110001110011101110110110110111111100011111000011111100100011101010011101000010 | ecf1ceedb7f1f0fc8ea742 |
UTF-8 | 跣零倦顫ァB | 11101000101101111010001111101001100110111011011011100101100000001010011011101001101000011010101111101111101111011010011101000010 | e8b7a3e99bb6e580a6e9a1abefbda742 |
UHC | 跣零倦顫?B | 11100000110100111101011011000011110011111110011011101111101101010011111101000010 | e0d3d6c3cfe6efb53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)