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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯ス逍ス逞杰 | 11101001100110011011110111100111100101101011110111100111100101111001111001011110 | e999bde796bde7979e5e |
EUC-JP | 髯ス逍ス逞杰 | 111100011111100110001110101111011110110111110110100011101011110111101101111101111101101110111111 | f1f98ebdedf68ebdedf7dbbf |
UTF-8 | 髯ス逍ス逞杰 | 111010011010101110101111111011111011110110111101111010011000000010001101111011111011110110111101111010011000000010011110111001101001110110110000 | e9abafefbdbde9808defbdbde9809ee69db0 |
UHC | ??逍?逞杰 | 001111110011111111100001110011100011111111010110110000011100101111111001 | 3f3fe1ce3fd6c1cbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)