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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞜泌「怜「 | 1110100011011111100101001110010110100010100101111110010110100010 | e8df94e5a297e5a2 |
EUC-JP | 鞜泌「怜「 | 11110000111000011100100011100111100011101010001011001110111001111000111010100010 | f0e1c8e78ea2cee78ea2 |
UTF-8 | 鞜泌「怜「 | 111010011001111010011100111001101011001110001100111011111011110110100010111001101000000010011100111011111011110110100010 | e99e9ce6b38cefbda2e6809cefbda2 |
UHC | ?泌?怜? | 00111111111110011011001000111111110101101011101100111111 | 3ff9b23fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)