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 | ??e??Z??e | 001111110011111101100101001111110011111101011010001111110011111101100101 | 3f3f653f3f5a3f3f65 |
SJIS-WIN | テ。eテァZテ「e | 110000111010000101100101110000111010011101011010110000111010001001100101 | c3a165c3a75ac3a265 |
EUC-JP | テ。eテァZテ「e | 100011101100001110001110101000010110010110001110110000111000111010100111010110101000111011000011100011101010001001100101 | 8ec38ea1658ec38ea75a8ec38ea265 |
UTF-8 | テ。eテァZテ「e | 111011111011111010000011111011111011110110100001011001011110111110111110100000111110111110111101101001110101101011101111101111101000001111101111101111011010001001100101 | efbe83efbda165efbe83efbda75aefbe83efbda265 |
UHC | ??e??Z??e | 001111110011111101100101001111110011111101011010001111110011111101100101 | 3f3f653f3f5a3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)