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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 驪怜シ従H | 1110100110001011100101111110010110111100100011110101110101001000 | e98b97e5bc8f5d48 |
EUC-JP | 驪怜シ従H | 111100011110101111001110111001111000111010111100101111011011111001001000 | f1ebcee78ebcbdbe48 |
UTF-8 | 驪怜シ従H | 11101001101010011010101011100110100000001001110011101111101111011011110011100101101111101001001101001000 | e9a9aae6809cefbdbce5be9348 |
UHC | 驪怜??H | 11010101111100011101011010111011001111110011111101001000 | d5f1d6bb3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)